aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-27 22:36:51 +0000
committerMike Frysinger <vapier@gentoo.org>2012-03-27 22:36:51 +0000
commite2a01c1bcd0166ff68fa6599a3a578ca2a31187a (patch)
tree610796ff23273c6da7c2d3cb967952eae55843c8
parentadd a makefile to simplify build/install steps (diff)
downloadbuild-docbook-catalog-e2a01c1bcd0166ff68fa6599a3a578ca2a31187a.tar.gz
build-docbook-catalog-e2a01c1bcd0166ff68fa6599a3a578ca2a31187a.tar.bz2
build-docbook-catalog-e2a01c1bcd0166ff68fa6599a3a578ca2a31187a.zip
document new `make dist` workflow, and add our cvs info
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--README20
1 files changed, 9 insertions, 11 deletions
diff --git a/README b/README
index ad0b70d..8c3716d 100644
--- a/README
+++ b/README
@@ -1,25 +1,23 @@
-$Header: /usr/local/src/gentoo/gentoo-src/cvsroot/gentoo-src/build-docbook-catalog/README,v 1.1 2004/06/30 02:40:42 agriffis Exp $
+$Header: /usr/local/src/gentoo/gentoo-src/cvsroot/gentoo-src/build-docbook-catalog/README,v 1.2 2012/03/27 22:36:51 vapier Exp $
This is the source for app-text/build-docbook-catalog, which is a
script to regenerate the xml docbook catalog.
+You can find it here:
+ http://sources.gentoo.org/gentoo-src/build-docbook-catalog/
+
To make a release of this script, do the following:
-1. Commit your changes and copy the versioned, bzipped script to
- gentoo's distfiles:
+1. Commit your changes, create the tarball, and post it:
- cvs commit build-docbook-catalog
- rev=$(awk '/^# .Header:/{print $4;exit}' build-docbook-catalog)
- echo $rev
- bzip2 -c build-docbook-catalog \
- >/usr/portage/distfiles/build-docbook-catalog-${rev}.bz2
- scp /usr/portage/distfiles/build-docbook-catalog-${rev}.bz2 \
- gentoo:/space/distfiles-local/
+ make dist
+ cp build-docbook-catalog-*.tar.xz /usr/portage/distfiles/
+ scp build-docbook-catalog-*.tar.xz dev.gentoo.org:/space/distfiles-local/
2. Make a new version of the build-docbook-catalog ebuild:
ego build-docbook-catalog
- cp $(/bin/ls -t1 *.ebuild | head -n 1) build-docbook-catalog-${rev}.ebuild
+ cp $(ls -t1 *.ebuild | head -n 1) build-docbook-catalog-${rev}.ebuild
ekeyword ~all build-docbook-catalog-${rev}.ebuild
3. Do the normal steps to generate a digest, mark the previous version