Ver código fonte

It seems common for postactiv repos to be unavailable, so don't include them in the image

Bob Mottram 7 anos atrás
pai
commit
8c4f835657
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5
    5
      src/freedombone-image-customise

+ 5
- 5
src/freedombone-image-customise Ver arquivo

@@ -1230,16 +1230,16 @@ function image_preinstall_repos {
1230 1230
     if [[ $SOCIALINSTANCE == "gnusocial" ]]; then
1231 1231
         git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
1232 1232
         git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
1233
-        git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1233
+        #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1234 1234
         git clone $PLEROMA_REPO $rootdir/repos/pleroma
1235 1235
         return
1236 1236
     fi
1237 1237
 
1238 1238
     if [[ $SOCIALINSTANCE == "postactiv" ]]; then
1239 1239
         git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
1240
-        git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1240
+        #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1241 1241
         git clone $PLEROMA_REPO $rootdir/repos/pleroma
1242
-        git clone $POSTACTIV_REPO $rootdir/repos/postactiv
1242
+        #git clone $POSTACTIV_REPO $rootdir/repos/postactiv
1243 1243
         return
1244 1244
     fi
1245 1245
 
@@ -1249,9 +1249,9 @@ function image_preinstall_repos {
1249 1249
     git clone $FRIENDICA_REPO $rootdir/repos/friendica
1250 1250
     git clone $GNUSOCIAL_REPO $rootdir/repos/gnusocial
1251 1251
     git clone $GNUSOCIAL_MARKDOWN_REPO $rootdir/repos/gnusocial-markdown
1252
-    git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1252
+    #git clone $QVITTER_THEME_REPO $rootdir/repos/qvitter
1253 1253
     git clone $PLEROMA_REPO $rootdir/repos/pleroma
1254
-    git clone $POSTACTIV_REPO $rootdir/repos/postactiv
1254
+    #git clone $POSTACTIV_REPO $rootdir/repos/postactiv
1255 1255
     git clone $SHARINGS_REPO $rootdir/repos/sharings
1256 1256
     git clone $HTMLY_REPO $rootdir/repos/htmly
1257 1257
     git clone $HUBZILLA_REPO $rootdir/repos/hubzilla