[sysadmin-bin] Pick the description, homepage from the DOAP file
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Pick the description, homepage from the DOAP file
- Date: Thu, 28 Jun 2018 08:49:31 +0000 (UTC)
commit 51d19387e9d30d8fe3054117843bca175c2fef2b
Author: Andrea Veri <averi redhat com>
Date: Thu Jun 28 10:49:17 2018 +0200
Pick the description, homepage from the DOAP file
git/post-receive-mirror-github | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git/post-receive-mirror-github b/git/post-receive-mirror-github
index 66a05ce..4422e2b 100755
--- a/git/post-receive-mirror-github
+++ b/git/post-receive-mirror-github
@@ -161,10 +161,10 @@ def main ():
settings = get_repo_settings (repo_name)
if description != settings["description"]:
- gh.update_github_repo(github_name, 'description', description)
+ gh.update_github_repo(github_name, 'description', settings["description"])
if homepage != settings["homepage"]:
- gh.update_github_repo(github_name, 'homepage', homepage)
+ gh.update_github_repo(github_name, 'homepage', settings["homepage"])
if not gh.check_if_repo_exists(repo_name):
gh.create_github_repo (settings["name"], settings["description"], settings["homepage"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]