SPECS: builder - poldek -u works again - kill trailing spaces/tabs
glen
glen at pld-linux.org
Thu Oct 6 20:48:52 CEST 2005
Author: glen Date: Thu Oct 6 18:48:51 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- poldek -u works again
- kill trailing spaces/tabs
---- Files affected:
SPECS:
builder (1.333 -> 1.334)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.333 SPECS/builder:1.334
--- SPECS/builder:1.333 Tue Oct 4 22:57:47 2005
+++ SPECS/builder Thu Oct 6 20:48:46 2005
@@ -1251,7 +1251,7 @@
fi
if [ -n "$DEPS" ]; then
echo "Trying to install dependencies ($DEPS):"
- $SU_SUDO /usr/bin/poldek --caplookup -iGv $DEPS
+ $SU_SUDO /usr/bin/poldek --caplookup -uGv $DEPS
fi
return
fi
@@ -1577,10 +1577,10 @@
shift ;;
-sf | --sources-files)
COMMAND="list-sources-files"
- shift ;;
+ shift ;;
-sp | --sources-paths)
COMMAND="list-sources-local-paths"
- shift ;;
+ shift ;;
-Tvs | --tag-version-stable )
COMMAND="tag";
TAG="STABLE"
@@ -1703,7 +1703,7 @@
if [ -n "$TAG_STATUS" -a "$CVSTAG" = "HEAD" ]; then
Exit_error err_branch_exists "$TAG_STATUS"
fi
-
+
fi
fi
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/builder?r1=1.333&r2=1.334&f=u
More information about the pld-cvs-commit
mailing list