aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-29 17:53:00 +0000
committerlloyd <[email protected]>2008-11-29 17:53:00 +0000
commit7f2428b9914dc709bce25d97f01268a9220e14ff (patch)
tree13b239e496edf290c19f34683f48dbe3b909a819 /doc/scripts
parent71fe0cbd5c8a1c358f206f59a150d4ad935ec5da (diff)
New paths in dist script
Diffstat (limited to 'doc/scripts')
-rwxr-xr-xdoc/scripts/dist.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/scripts/dist.sh b/doc/scripts/dist.sh
index 88edc71be..5410b43ec 100755
--- a/doc/scripts/dist.sh
+++ b/doc/scripts/dist.sh
@@ -1,10 +1,12 @@
#!/bin/bash
+# This is probably only useful if run on my machine, which is not
+# exactly ideal
+
SELECTOR=h:net.randombit.botan
KEY_ID=EFBADFBC
-MTN_DB=${HOME}/var/mtn/botan.mtn
-WEB_DIR=${HOME}/projects/www
-
+MTN_DB=~/var/mtn/botan.mtn
+WEB_DIR=~/var/www
DIST_DIR=~/Botan-dist
# You shouldn't have to change anything after this
@@ -59,5 +61,5 @@ echo $PASSWORD | gpg --batch --armor -b --passphrase-fd 0 -u $KEY_ID Botan-$VERS
echo $PASSWORD | gpg --batch --armor -b --passphrase-fd 0 -u $KEY_ID Botan-$VERSION.tbz
mv Botan-$VERSION.tgz* $WEB_DIR/files/botan/archive/v1.7
-mv Botan-$VERSION.tbz* $WEB_DIR/files/botan/
+mv Botan-$VERSION.tbz* $WEB_DIR/files/botan/archive/v1.7
mv -f log.txt $WEB_DIR/botan/log.txt