summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2014-08-20 01:52:43 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2014-08-20 01:52:43 +0800
commit27ff34788c8d11fb4b88fc042c6c7392d95c3ce0 (patch)
tree9be1c563db725d6ce7c106520c4121671ca0cb63
parent3e74146d508b3e0da4dbce67e7075eea9ad65a8c (diff)
downloadfreebsd-gnome-livecd-27ff34788c8d11fb4b88fc042c6c7392d95c3ce0.tar.gz
freebsd-gnome-livecd-27ff34788c8d11fb4b88fc042c6c7392d95c3ce0.tar.zst
freebsd-gnome-livecd-27ff34788c8d11fb4b88fc042c6c7392d95c3ce0.zip
Remove the micro version number in the name of output filesrelease-20140820
Not all GNOME modules release at the same time, so it is not easy to make a suitable micro version number to represent the entire GNOME desktop.
-rwxr-xr-xbuild-debug.sh2
-rwxr-xr-xbuild.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-debug.sh b/build-debug.sh
index 787b306..7a10b08 100755
--- a/build-debug.sh
+++ b/build-debug.sh
@@ -4,7 +4,7 @@
root="/home/lantw44/livecd/root-debug"
cdroot="/home/lantw44/livecd/cdroot-debug"
-image="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12.2-`date '+%Y%m%d'`-debug.iso"
+image="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12-`date '+%Y%m%d'`-debug.iso"
repo="/usr/local/poudriere/data/packages/freebsd10-marcuscom-gnome3-debug"
pkgs="`cat /home/lantw44/livecd/gnome3-debug-pkgs`"
diff --git a/build.sh b/build.sh
index 71edf1d..fb12720 100755
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@
: ${src:="/home/lantw44/livecd/src"}
: ${root:="/home/lantw44/livecd/root"}
: ${cdroot:="/home/lantw44/livecd/cdroot"}
-: ${image:="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12.2-`date '+%Y%m%d'`.iso"}
+: ${image:="/home/lantw44/livecd/out/FreeBSD-10.0-GNOME-3.12-`date '+%Y%m%d'`.iso"}
: ${repo="/usr/local/poudriere/data/packages/freebsd10-marcuscom-gnome3"}
: ${pkgs="`cat /home/lantw44/livecd/gnome3-pkgs`"}