~mrooney/ecryptfs/nautilus-integration

« back to all changes in this revision

Viewing changes to scripts/release.sh

  • Committer: Dustin Kirkland
  • Date: 2009-01-26 19:30:01 UTC
  • Revision ID: git-v1:c311f6fe00240c3ae94c6b1754988c00524beb1e
improve the release script

Clean up ahead of time, and print link to upload site.

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Create and sign a release tarball for upload to
4
4
# https://launchpad.net/ecryptfs/trunk
5
5
 
 
6
rm -f ./ecryptfs-utils*.tar.*
6
7
./scripts/bootstrap.sh
7
8
./configure --prefix=/usr
8
9
make dist
11
12
        mv $i ecryptfs-utils_$ver.orig.tar.gz
12
13
done
13
14
gpg --armor --sign --detach-sig ecryptfs-utils_*.orig.tar.gz
 
15
echo
 
16
echo "TO MAKE THE RELEASE OFFICIAL, UPLOAD:"
 
17
echo -n "  "
 
18
ls *.orig.tar.gz
 
19
echo "---->  https://launchpad.net/ecryptfs/trunk"
 
20
echo