OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-registry Date: 03-Aug-2006 00:00:46
Branch: HEAD Handle: 2006080223004000
Modified files:
openpkg-registry Makefile
Log:
this package is small, show whole tarball content
Summary:
Revision Changes Path
1.14 +1 -3 openpkg-registry/Makefile
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-registry/Makefile
============================================================================
$ cvs diff -u -r1.13 -r1.14 Makefile
--- openpkg-registry/Makefile 2 Aug 2006 21:56:46 -0000 1.13
+++ openpkg-registry/Makefile 2 Aug 2006 22:00:40 -0000 1.14
@@ -71,9 +71,7 @@
-e '^CVS,^\.cvsignore,^tmp,\.tar\.gz$$,^\.#,~$$' \
-c 'gzip --best' . && \
ls -l $(PACKAGE_NAME)-$${V}.tar.gz; \
- gunzip <$(PACKAGE_NAME)-$${V}.tar.gz | tar tvf - | head -10; \
- echo "[...]"; \
- gunzip <$(PACKAGE_NAME)-$${V}.tar.gz | tar tvf - | tail -10
+ gunzip <$(PACKAGE_NAME)-$${V}.tar.gz | tar tvf -
deploylab:
@echo "++ deploy code directly to lab"; \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]