summarylogtreecommitdiffstats
path: root/arch-patch.diff
blob: 22cf7cba1b5bc523fb5bc1ec7df136696d847d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- zm-build/instructions/bundling-scripts/utils.sh	2020-11-16 19:10:10.207776349 +0100
+++ zm-build/instructions/bundling-scripts/utils.sh	2020-11-16 19:10:03.064930426 +0100
@@ -47,6 +47,9 @@
     elif [[ $1 == RHEL* ]]
     then
         CreateRhelPackage
+    elif [[ $1 == ARCH ]]
+    then
+        echo "Build on Arch Linux done"
     else
         echo "OS not supported. Run using UBUNTU or RHEL system. "
         exit 1
--- zm-build/build.pl	2020-12-19 22:23:36.705531953 +0100
+++ zm-build/build.pl	2020-12-19 22:13:41.557178188 +0100
@@ -1073,7 +1073,7 @@
 
    Prepare();
 
-   Checkout($all_repos);
+   #Checkout($all_repos);
 
    if ( !$CFG{STOP_AFTER_CHECKOUT} )
    {