OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 23-Aug-2006 21:35:15
Branch: HEAD Handle: 2006082320351500
Modified files:
openpkg-tools Makefile
Log:
to require shtool in the PATH for developers is fully fine
Summary:
Revision Changes Path
1.8 +5 -5 openpkg-tools/Makefile
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/Makefile
============================================================================
$ cvs diff -u -r1.7 -r1.8 Makefile
--- openpkg-tools/Makefile 11 Aug 2006 17:43:39 -0000 1.7
+++ openpkg-tools/Makefile 23 Aug 2006 19:35:15 -0000 1.8
@@ -14,17 +14,17 @@
@cvs ci -m "bump before release" VERSION
@$(MAKE) $(MFLAGS) tag
@$(MAKE) $(MFLAGS) tarball
- @V=`sh cmd/shtool.sh version -l txt -d short $(VERSION_FILE)`; \
+ @V=`shtool version -l txt -d short $(VERSION_FILE)`; \
echo "++ releasing to
ftp://ftp.openpkg.org/sources/CPY/openpkg-tools/"; \
scp $(PACKAGE_NAME)-$${V}.tar.gz [EMAIL
PROTECTED]:/sources/CPY/openpkg-tools/; \
rm -f openpkg-tools-$${V}.tar.gz
version:
@echo "++ changing distribution version"; \
- sh cmd/shtool.sh version -l txt -n "$(PACKAGE_DESC)" -e $(VERSION_FILE)
+ shtool version -l txt -n "$(PACKAGE_DESC)" -e $(VERSION_FILE)
tag:
- @V=`sh cmd/shtool.sh version -l txt -d short $(VERSION_FILE) | sed -e
's;\.;_;g'`; \
+ @V=`shtool version -l txt -d short $(VERSION_FILE) | sed -e
's;\.;_;g'`; \
echo "++ tagging with OPENPKG_TOOLS_$$V"; \
cvs tag -F OPENPKG_TOOLS_$$V
@@ -37,9 +37,9 @@
pod2man --section=8 --center="OpenPKG" --release="$$base_uc(8)"
--date="OpenPKG" --quotes=none $$cmd >cmd/$$base.8; \
fi; \
done; \
- V=`sh cmd/shtool.sh version -l txt -d short $(VERSION_FILE)`; \
+ V=`shtool version -l txt -d short $(VERSION_FILE)`; \
echo "++ rolling distribution tarball ($(PACKAGE_NAME)-$${V}.tar.gz)"; \
- sh cmd/shtool.sh tarball -o $(PACKAGE_NAME)-$${V}.tar.gz \
+ shtool tarball -o $(PACKAGE_NAME)-$${V}.tar.gz \
-d $(PACKAGE_NAME)-$${V} -u openpkg -g openpkg \
-e 'CVS,\.cvsignore,*.tar.gz,^#.*,.*~$$' \
-c 'gzip --best' . && \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]