[arch-commits] Commit in abs/trunk (ChangeLog PKGBUILD abs.install)

Travis Willard travis at archlinux.org
Sat Apr 19 11:45:31 UTC 2008


    Date: Saturday, April 19, 2008 @ 07:45:30
  Author: travis
Revision: 359

upgpkg: abs 2.0-4
    Moving to extra, add install warning

Modified:
  abs/trunk/ChangeLog
  abs/trunk/PKGBUILD
  abs/trunk/abs.install

-------------+
 ChangeLog   |    5 +++++
 PKGBUILD    |    2 +-
 abs.install |    5 +++++
 3 files changed, 11 insertions(+), 1 deletion(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-04-19 03:22:53 UTC (rev 358)
+++ ChangeLog	2008-04-19 11:45:30 UTC (rev 359)
@@ -1,3 +1,8 @@
+2008-04-19 Travis Willard <travis at archlinux.org>
+
+	* 2.0-4
+	Added install warning about /var/abs
+
 2008-04-15 Travis Willard <travis at archlinux.org>
 
 	* 2.0-3

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 03:22:53 UTC (rev 358)
+++ PKGBUILD	2008-04-19 11:45:30 UTC (rev 359)
@@ -4,7 +4,7 @@
 
 pkgname=abs
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities to download and work with the Arch Build System (ABS)"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/git/?p=abs.git"

Modified: abs.install
===================================================================
--- abs.install	2008-04-19 03:22:53 UTC (rev 358)
+++ abs.install	2008-04-19 11:45:30 UTC (rev 359)
@@ -5,6 +5,11 @@
     echo "==> ABS now uses rsync, instead of cvsup, to synchronize your tree."
     echo "==> Please note the new configuration in /etc/abs.conf"
   fi
+
+  if [ "$(vercmp $2 2.0-4)" -lt 0 ]; then
+    echo "==> Warning: abs clears out the contents of /var/abs when syncing."
+    echo "==> Keep all local PKGBUILDs in /var/abs/local, or they will disappear"
+  fi
 }
 
 # vim:set ts=2 sw=2 et:





More information about the arch-commits mailing list