From 8be3f1cf06a2776ed08c19bd2e9923c70102f6bc Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sun, 15 Jul 2018 13:36:11 +0200 Subject: [PATCH 1/3] Add ffmd-packages repository to site stream --- modules | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules diff --git a/modules b/modules new file mode 100644 index 0000000..62acb87 --- /dev/null +++ b/modules @@ -0,0 +1,5 @@ +GLUON_SITE_FEEDS='ffmd' + +PACKAGES_FFMD_REPO=https://github.com/FreifunkMD/ffmd-packages +PACKAGES_FFMD_COMMIT=58895b2949545d8c0839f1992b556acadb66cfc8 +PACKAGES_FFMD_BRANCH=master From b5d9a2c59d127ef29623b67425adb866b81cad85 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Tue, 17 Jul 2018 10:16:45 +0200 Subject: [PATCH 2/3] Update changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b5ebbe..e911f07 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Verify a successful upgrade by Changelog --------- +* 0.39: *gluon 2016.2.7* + * Added [ffmd-packages](https://github.com/FreifunkMD/ffmd-packages) repository to the packages repository. This allows easy integration of custom packages. * 0.38: *gluon 2016.2.7* * see https://gluon.readthedocs.io/en/v2016.1.6/releases/v2016.1.6.html * see https://gluon.readthedocs.io/en/v2016.2/releases/v2016.2.html From cfbd823093c9e324f4d01f71fe68fc6d9ab71df3 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Fri, 20 Jul 2018 11:40:05 +0200 Subject: [PATCH 3/3] Add .git to the Github URI Better visibility that this is actually a git repositiory. --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 62acb87..22c75ba 100644 --- a/modules +++ b/modules @@ -1,5 +1,5 @@ GLUON_SITE_FEEDS='ffmd' -PACKAGES_FFMD_REPO=https://github.com/FreifunkMD/ffmd-packages +PACKAGES_FFMD_REPO=https://github.com/FreifunkMD/ffmd-packages.git PACKAGES_FFMD_COMMIT=58895b2949545d8c0839f1992b556acadb66cfc8 PACKAGES_FFMD_BRANCH=master