Rolling
[ZOOM-Perl-moved-to-github.git] / archive / build-procedure
index 7f9935a..11b0c7c 100644 (file)
@@ -1,7 +1,9 @@
 UPSTREAM RELEASE
 
-Make the changes the software
+Make the changes to the software
 Edit any language-specific version designation
+       e.g. mvn versions:set -DnewVersion=0.10-SNAPSHOT
+       vi lib/Some/Perl/Module.pm
 Edit IDMETA to set new version number X.Y or X.Y.Z
 Edit upstream changelog (often "Changes" or "NEWS")
 local$ git tag vX.Y
@@ -21,7 +23,7 @@ squeeze$ ~/proj/git-tools/id-deb-build/id-mk-deb-src.sh
 squeeze$ sudo ~/proj/git-tools/id-deb-build/id-pbuild.sh
        # DO NOT specify build platforms: IDMETA has this
 squeeze$ ~/proj/git-tools/id-deb-build/id-pbuild.sh --upload
-Update the APT registry as directed.
+Update the APT registry on kebab.
 
 
 RED HAT RELEASE
@@ -36,5 +38,7 @@ centos5$ ~/proj/git-tools/id-deb-build/mkdist.sh
 centos5$ sudo cp libnet-z3950-zoom-perl-1.27.tar.gz /usr/src/redhat/SOURCES/
        # SURELY this can't really be necessary?
 centos5$ sudo rpmbuild -ba zoom-perl.spec
+centos5$ ~/proj/git-tools/id-rpm-build/upload-rpms.sh zoom-perl.spec 
+Update the RPM repository on kebab.