]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/schroot/files/setup-all-dchroots
Only sync logs once per day since we are only transferring rotated logs
[dsa-puppet.git] / modules / schroot / files / setup-all-dchroots
index b2c0a6e22935b936315a07510ee5a134501c69e1..70bfd7780b90b0deb9dcfe785e76346cf788a9c0 100755 (executable)
@@ -55,6 +55,9 @@ get_suites() {
       kfreebsd-*)
         echo "sid         jessie wheezy"
         ;;
+      mips64el)
+        echo "sid"
+        ;;
       ppc64)
         echo "sid"
         ;;
@@ -93,6 +96,14 @@ case `hostname` in
                     archs="$archs armhf"
                 fi
                 ;;
+            mips64el)
+                archs="$archs mipsel"
+                ;;
+            mipsel)
+                if grep -w "Loongson-3" -q /proc/cpuinfo ; then
+                    archs="$archs mips64el"
+                fi
+                ;;
             s390|s390x)
                 archs="s390 s390x"
                 ;;