Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud-config-converter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-04 14:39:46 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-05-04 14:39:46 +0300
commitf30ca3e2a20419c8d698f9d67129e41a9b92cbd1 (patch)
tree1ce4f0017b76c79b602cfc845b9089164ed70a85
parent1d2c17a9e9ecb6efdb3acd27e51ba06af4104af2 (diff)
Also build for stable16
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index 1f13a47..657c019 100755
--- a/updateConfig.sh
+++ b/updateConfig.sh
@@ -19,7 +19,7 @@ fi
git clone git@github.com:nextcloud/documentation.git /tmp/nextcloud-documentation
cd /tmp/nextcloud-documentation
-for branch in stable17 stable18 master
+for branch in stable16 stable17 stable18 master
do
git checkout $branch
cd $currentDir