From a6dbfbcae45f653aa24a3702120289381b77d804 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 3 Dec 2016 14:12:54 +0000 Subject: Remove legacy repo:set_owner() and repo:set_description() calls --- bin/gitano-setup.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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")) -- cgit v1.2.1