From: Ciaran Gultnieks Date: Fri, 11 Apr 2014 15:44:13 +0000 (+0100) Subject: Point wiki current/history links to gitlab X-Git-Tag: 0.2~133 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=81e6fb8eb5041fecca4276f1d5ffe0fdccc16be9;p=fdroidserver.git Point wiki current/history links to gitlab --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index f9d42486..b2d490b2 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -105,7 +105,7 @@ def update_wiki(apps, apks): wikidata += "=Maintainer Notes=\n" if 'Maintainer Notes' in app: wikidata += metadata.description_wiki(app['Maintainer Notes']) + "\n" - wikidata += "\nMetadata: [https://gitorious.org/f-droid/fdroiddata/source/master:metadata/{0}.txt current] [https://gitorious.org/f-droid/fdroiddata/history/metadata/{0}.txt history]\n".format(app['id']) + wikidata += "\nMetadata: [https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/{0}.txt current] [https://gitlab.com/fdroid/fdroiddata/commits/master/metadata/{0}.txt history]\n".format(app['id']) # Get a list of all packages for this application... apklist = []