summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 14:12:54 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2016-12-03 14:12:54 +0000
commita6dbfbcae45f653aa24a3702120289381b77d804 (patch)
tree34fd2f3e3750de7d2ccf99c71eba878348ebecf6 /bin
parent6fc112420d74d929dead5fb7f5fe5bc3b3540834 (diff)
downloadgitano-a6dbfbcae45f653aa24a3702120289381b77d804.tar.gz
Remove legacy repo:set_owner() and repo:set_description() calls
Diffstat (limited to 'bin')
-rw-r--r--bin/gitano-setup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gitano-setup.in b/bin/gitano-setup.in
index e61012a..0b5b854 100644
--- a/bin/gitano-setup.in
+++ b/bin/gitano-setup.in
@@ -298,8 +298,8 @@ assert(config.groups["gitano-admin"].filtered_members[get "admin.username"],
gitano.i18n.expand("SETUP_ERROR_NOT_ADMIN"))
gitano.log.info(gitano.i18n.expand("SETUP_ADMIN_CONFIG"))
-config.repo:set_description("Instance administration repository")
-config.repo:set_owner(get "admin.username")
+config.repo:conf_set_and_save("project.description", "Instance administration repository")
+config.repo:conf_set_and_save("project.owner", get "admin.username")
gitano.log.info(gitano.i18n.expand("SETUP_WRITE_SSHKEYS"))