Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1211ed3f72636aab0f54fea0a7f84eb9a2473948

commit 1211ed3f72636aab0f54fea0a7f84eb9a2473948
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Sep 3 13:51:15 2009 +0200

tools/mkpkglst: try to figure out automatically if we need to default to stable 
or current

diff --git a/docs/release-howto.txt b/docs/release-howto.txt
index 7951df6..0a91f4a 100644
--- a/docs/release-howto.txt
+++ b/docs/release-howto.txt
@@ -56,7 +56,7 @@ STABLE = true
+
in the Makefile

-- s/-current// in tools/mkpkglst
+- run tools/mkpkglst for each arch

- update VERSION in docs/Makefile, and rebuild the manual

diff --git a/tools/mkpkglst b/tools/mkpkglst
index ecc1a8d..2288c3b 100755
--- a/tools/mkpkglst
+++ b/tools/mkpkglst
@@ -1,7 +1,7 @@
#!/bin/bash

[ -z "$arch" ] && arch=`arch`
-tree=-current
+pwd|grep -q current && tree=-current
dbpath=`mktemp -d`

cd `dirname $0`/..
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to