[sysadmin-bin] Strip DOAP description from whitespace
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Strip DOAP description from whitespace
- Date: Fri, 31 Jan 2020 11:38:29 +0000 (UTC)
commit 34dcf41a2fb9afa525a51a76dc83132863e01323
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Jan 31 12:30:17 2020 +0100
Strip DOAP description from whitespace
git/post-receive-mirror-github | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/git/post-receive-mirror-github b/git/post-receive-mirror-github
index c7ce9da..aa88d68 100755
--- a/git/post-receive-mirror-github
+++ b/git/post-receive-mirror-github
@@ -220,7 +220,7 @@ def main():
github_repo_exists = gh.check_if_repo_exists(repo_name)
if not github_repo_exists:
- gh.create_github_repo(doap_settings['name'], doap_settings['description'], doap_settings['homepage'])
+ gh.create_github_repo(doap_settings['name'], doap_settings['description'].strip(),
doap_settings['homepage'])
github_settings = gh.get_github_repo(repo_name)
github_repo_name = gh.normalize_name(repo_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]