[PATCH 1/3] delete autobuild.sh

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There may still be an autobuild server and it may be
necessary for vir--manager rpms to be built by it, but
this script depends on autotools and will not work
with the current distutils approach.
Signed-off-by: Gene Czarcinski <gene@xxxxxxxxx>
---
 autobuild.sh | 35 -----------------------------------
 1 file changed, 35 deletions(-)
 delete mode 100755 autobuild.sh

diff --git a/autobuild.sh b/autobuild.sh
deleted file mode 100755
index 70408d6..0000000
--- a/autobuild.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ -z "$AUTOBUILD_INSTALL_ROOT" ] ; then
-    echo "This script is only meant to be used with an autobuild server."
-    echo "Please see INSTALL for build instructions."
-    exit 1
-fi
-
-# Make things clean.
-
-make -k distclean ||:
-rm -rf MANIFEST blib
-
-# Make makefiles.
-
-./autogen.sh --prefix=$AUTOBUILD_INSTALL_ROOT
-cd build
-make
-make install
-
-rm -f *.tar.gz
-make dist
-
-if [ -f /usr/bin/rpmbuild ]; then
-  if [ -n "$AUTOBUILD_COUNTER" ]; then
-    EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER"
-  else
-    NOW=`date +"%s"`
-    EXTRA_RELEASE=".$USER$NOW"
-  fi
-  rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ta --clean *.tar.gz
-fi
-
-- 
1.8.1.4

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux