Author: reinhard
Date: 2007-05-09 15:55:12 -0500 (Wed, 09 May 2007)
New Revision: 9567
Added:
trunk/gnue-common/utils/make-packages
Removed:
trunk/gnue-common/utils/build-packages
Modified:
trunk/gnue-common/utils/release
Log:
Renamed "build-packages" to "make-packages" to avoid confusion with the
expression "build" used to distinguish an explicit build from a snapshot.
Deleted: trunk/gnue-common/utils/build-packages
===================================================================
--- trunk/gnue-common/utils/build-packages 2007-05-09 20:50:03 UTC (rev 9566)
+++ trunk/gnue-common/utils/build-packages 2007-05-09 20:55:12 UTC (rev 9567)
@@ -1,31 +0,0 @@
-#!/bin/bash -e
-# Script for packaging
-
-if [ ! -d "src" ]; then
- echo "Please start this script in the package directory!"
- exit 1
-fi
-
-package=$(basename $(pwd) | sed -e 's/gnue-//')
-version=$(echo "import src; print src.version.get_version()" | gcvs)
-
-echo "$(date --rfc-3339=seconds) Packaging gnue-${package} ${version}"
-
-# Create the source packages (.tar.gz and .zip)
-echo "$(date --rfc-3339=seconds) Creating source packages"
-rm --force MANIFEST
-rm --recursive --force build dist
-gcvs setup.py --quiet sdist --format="gztar,zip"
-
-# Create the debian package (.deb)
-echo "$(date --rfc-3339=seconds) Creating debian package"
-cd dist
-tar xfz gnue-${package}-${version}.tar.gz
-cd gnue-${package}-${version}
-ln --symbolic packaging/debian debian
-DEBMAIL="GNU Enterprise project <[email protected]>" \
- debchange --newversion ${version}-0 "Inofficial Debian package"
-MAKEFLAGS=--quiet fakeroot debian/rules binary
-cd ..
-rm --recursive --force gnue-${package}-${version}
-cd ..
Copied: trunk/gnue-common/utils/make-packages (from rev 9565, trunk/gnue-common/utils/build-packages)
Modified: trunk/gnue-common/utils/release
===================================================================
--- trunk/gnue-common/utils/release 2007-05-09 20:50:03 UTC (rev 9566)
+++ trunk/gnue-common/utils/release 2007-05-09 20:55:12 UTC (rev 9567)
@@ -36,7 +36,7 @@
fi
# Create the package files
-../gnue-common/utils/build-packages
+../gnue-common/utils/make-packages
# Wait for firewall
sleep 20
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.