summaryrefslogtreecommitdiff
path: root/move_debs
diff options
context:
space:
mode:
Diffstat (limited to 'move_debs')
-rwxr-xr-xmove_debs4
1 files changed, 2 insertions, 2 deletions
diff --git a/move_debs b/move_debs
index 68d4346..06d9c12 100755
--- a/move_debs
+++ b/move_debs
@@ -4,7 +4,7 @@
usage()
{
-echo "Usage: ./move_debs wheezy|jessie"
+echo "Usage: ./move_debs stretch|jessie"
}
# Positional argument
@@ -12,7 +12,7 @@ if [ $# -lt 1 ]; then usage; exit 1; fi
DIST=$1
# Validate distribution argument
-if [ $DIST != "wheezy" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
+if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi
chown jranke $DIST/*${DIST}cran*_amd64.deb
mv -v $DIST/*${DIST}cran*_amd64.deb /home/jranke/svn/website/www/ranke/r-cran/$DIST-cran3

Contact - Imprint