diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2014-08-20 01:52:43 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2014-08-20 01:52:43 +0800 |
commit | 27ff34788c8d11fb4b88fc042c6c7392d95c3ce0 (patch) | |
tree | 9be1c563db725d6ce7c106520c4121671ca0cb63 | |
parent | 3e74146d508b3e0da4dbce67e7075eea9ad65a8c (diff) | |
download | freebsd-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-x | build-debug.sh | 2 | ||||
-rwxr-xr-x | build.sh | 2 |
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`" @@ -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`"} |