aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 4 insertions, 25 deletions
diff --git a/README b/README
index 8c3716d..8e1e345 100644
--- a/README
+++ b/README
@@ -1,31 +1,10 @@
-$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, create the tarball, and post it:
-
- 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 $(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
- stable, use echangelog to add a ChangeLog entry, etc.
+ https://gitweb.gentoo.org/proj/build-docbook-catalog.git/
- cvs add build-docbook-catalog-${rev}.ebuild
- ebuild build-docbook-catalog-${rev}.ebuild digest
- echangelog
- repoman commit -m "version bump to ${rev}"
+To make a release of this script, create a new git tag.
+ git tag v2.0
-vim:sw=4 expandtab
+We pull tarballs from the git site now. So update the ebuild like normal.