From e2a01c1bcd0166ff68fa6599a3a578ca2a31187a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 27 Mar 2012 22:36:51 +0000 Subject: document new `make dist` workflow, and add our cvs info Signed-off-by: Mike Frysinger --- README | 20 +++++++++----------- 1 file 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 -- cgit v1.2.3-65-gdbad