Revision: 8050
http://freenas.svn.sourceforge.net/freenas/?rev=8050&view=rev
Author: jpaetzel
Date: 2011-09-30 02:38:40 +0000 (Fri, 30 Sep 2011)
Log Message:
-----------
tag 8.0.1 release
Modified Paths:
--------------
tags/8.0.1-RELEASE/build/create_iso.sh
tags/8.0.1-RELEASE/build/do_build.sh
tags/8.0.1-RELEASE/build/files/install.sh
tags/8.0.1-RELEASE/nanobsd/freenas-common
Added Paths:
-----------
tags/8.0.1-RELEASE/
Property Changed:
----------------
tags/8.0.1-RELEASE/gui/middleware/notifier.py
tags/8.0.1-RELEASE/gui/tools/autorepl.py
tags/8.0.1-RELEASE/gui/tools/autosnap.py
tags/8.0.1-RELEASE/nanobsd/Files/etc/netcli
tags/8.0.1-RELEASE/nanobsd/Files/etc/rc.d/ix-rsyncd
tags/8.0.1-RELEASE/nanobsd/Files/etc/rc.d/ix-update
tags/8.0.1-RELEASE/patches/freebsd-graid5.patch
Property changes on: tags/8.0.1-RELEASE
___________________________________________________________________
Added: svn:mergeinfo
+ /branches/8.1:6033-6383
/branches/feedback:6189-6347
/experimental/ix-8.2:5657-5682
/trunk:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7603,7608,7633,7641,7649,7858,7909,8017,8047
Modified: tags/8.0.1-RELEASE/build/create_iso.sh
===================================================================
--- branches/8.0.1/build/create_iso.sh 2011-09-29 23:05:06 UTC (rev 8049)
+++ tags/8.0.1-RELEASE/build/create_iso.sh 2011-09-30 02:38:40 UTC (rev 8050)
@@ -14,15 +14,12 @@
: ${FREENAS_ARCH=$(uname -p)}
export FREENAS_ARCH
export NANO_OBJ=${root}/obj.${FREENAS_ARCH}
- : ${REVISION=`svnversion ${root} | tr -d M`}
- if [ ! -f ${NANO_OBJ}/"FreeNAS-8r${REVISION}-${FREENAS_ARCH}.full" ]; then
- REVISION=${REVISION}M
- fi
- if [ ! -f ${NANO_OBJ}/"FreeNAS-8r${REVISION}-${FREENAS_ARCH}.full" ]; then
+ REVISION="8.0.1-RELEASE"
+ if [ ! -f ${NANO_OBJ}/"FreeNAS-${REVISION}-${FREENAS_ARCH}.full" ]; then
echo "Can't find image file for ${REVISION}, punting"
exit 1
fi
- export NANO_NAME="FreeNAS-8r${REVISION}-${FREENAS_ARCH}"
+ export NANO_NAME="FreeNAS-${REVISION}-${FREENAS_ARCH}"
export NANO_IMGNAME="${NANO_NAME}.full"
# Paths that may need altering on the build system
Modified: tags/8.0.1-RELEASE/build/do_build.sh
===================================================================
--- branches/8.0.1/build/do_build.sh 2011-09-29 23:05:06 UTC (rev 8049)
+++ tags/8.0.1-RELEASE/build/do_build.sh 2011-09-30 02:38:40 UTC (rev 8050)
@@ -85,8 +85,8 @@
echo tools/tools/nanobsd/nanobsd.sh $args $extra_args
sh tools/tools/nanobsd/nanobsd.sh $args $extra_args
if [ $? -eq 0 ]; then
- REVISION=`svnversion ${root}`
- NANO_NAME="FreeNAS-8r${REVISION}-${FREENAS_ARCH}"
+ REVISION="8.0.1-RELEASE"
+ NANO_NAME="FreeNAS-${REVISION}-${FREENAS_ARCH}"
xz -f ${NANO_OBJ}/_.disk.image
mv ${NANO_OBJ}/_.disk.image.xz ${NANO_OBJ}/${NANO_NAME}.xz
sha256 ${NANO_OBJ}/${NANO_NAME}.xz
Modified: tags/8.0.1-RELEASE/build/files/install.sh
===================================================================
--- branches/8.0.1/build/files/install.sh 2011-09-29 23:05:06 UTC (rev 8049)
+++ tags/8.0.1-RELEASE/build/files/install.sh 2011-09-30 02:38:40 UTC (rev 8050)
@@ -326,7 +326,7 @@
while :; do
- dialog --clear --title "FreeNAS 8.0 Beta Console Setup" --menu "" 12 73 6 \
+ dialog --clear --title "FreeNAS 8.0.1-RELEASE Console Setup" --menu "" 12 73 6 \
"1" "Install/Upgrade to hard drive/flash device, etc." \
"2" "Shell" \
"3" "Reboot System" \
Property changes on: tags/8.0.1-RELEASE/gui/middleware/notifier.py
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.1/gui/middleware/notifier.py:6033-6383
/branches/feedback/gui/middleware/notifier.py:6189-6347
/experimental/ix-8.2/gui/middleware/notifier.py:5657-5682
/trunk/gui/middleware/notifier.py:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7541,7546,7603,7608,7633,7641,7649,7858,7909
+ /branches/8.1/gui/middleware/notifier.py:6033-6383
/branches/feedback/gui/middleware/notifier.py:6189-6347
/experimental/ix-8.2/gui/middleware/notifier.py:5657-5682
/trunk/gui/middleware/notifier.py:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7541,7546,7603,7608,7633,7641,7649,7858,7909,8017,8047
Property changes on: tags/8.0.1-RELEASE/gui/tools/autorepl.py
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.1/gui/tools/autorepl.py:6033-6383
/branches/feedback/gui/tools/autorepl.py:6189-6347
/experimental/ix-8.2/gui/tools/autorepl.py:5657-5682
/trunk/gui/tools/autorepl.py:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7466,7491,7520,7546,7603,7608,7633,7641,7649,7858,7909
+ /branches/8.1/gui/tools/autorepl.py:6033-6383
/branches/feedback/gui/tools/autorepl.py:6189-6347
/experimental/ix-8.2/gui/tools/autorepl.py:5657-5682
/trunk/gui/tools/autorepl.py:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7466,7491,7520,7546,7603,7608,7633,7641,7649,7858,7909,8017,8047
Property changes on: tags/8.0.1-RELEASE/gui/tools/autosnap.py
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.1/gui/tools/autosnap.py:6033-6383
/branches/feedback/gui/tools/autosnap.py:6189-6347
/experimental/ix-8.2/gui/tools/autosnap.py:5657-5682
/trunk/gui/tools/autosnap.py:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7603,7608,7633,7641,7649,7858,7909,8033
+ /branches/8.1/gui/tools/autosnap.py:6033-6383
/branches/feedback/gui/tools/autosnap.py:6189-6347
/experimental/ix-8.2/gui/tools/autosnap.py:5657-5682
/trunk/gui/tools/autosnap.py:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7603,7608,7633,7641,7649,7858,7909,8033,8047
Property changes on: tags/8.0.1-RELEASE/nanobsd/Files/etc/netcli
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.1/nanobsd/Files/etc/netcli:6033-6383
/branches/feedback/nanobsd/Files/etc/netcli:6189-6347
/experimental/ix-8.2/nanobsd/Files/etc/netcli:5657-5682
/trunk/nanobsd/Files/etc/netcli:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7629,7633,7641,7649,7858,7909
+ /branches/8.1/nanobsd/Files/etc/netcli:6033-6383
/branches/feedback/nanobsd/Files/etc/netcli:6189-6347
/experimental/ix-8.2/nanobsd/Files/etc/netcli:5657-5682
/trunk/nanobsd/Files/etc/netcli:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7629,7633,7641,7649,7858,7909,8017,8047
Property changes on: tags/8.0.1-RELEASE/nanobsd/Files/etc/rc.d/ix-rsyncd
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.1/nanobsd/Files/etc/rc.d/ix-rsyncd:6033-6383
/branches/feedback/nanobsd/Files/etc/rc.d/ix-rsyncd:6189-6347
/experimental/ix-8.2/nanobsd/Files/etc/rc.d/ix-rsyncd:5657-5682
/trunk/nanobsd/Files/etc/rc.d/ix-rsyncd:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7603,7608,7633,7641,7649,7905,7909
+ /branches/8.1/nanobsd/Files/etc/rc.d/ix-rsyncd:6033-6383
/branches/feedback/nanobsd/Files/etc/rc.d/ix-rsyncd:6189-6347
/experimental/ix-8.2/nanobsd/Files/etc/rc.d/ix-rsyncd:5657-5682
/trunk/nanobsd/Files/etc/rc.d/ix-rsyncd:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7546,7603,7608,7633,7641,7649,7905,7909,8017,8047
Property changes on: tags/8.0.1-RELEASE/nanobsd/Files/etc/rc.d/ix-update
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.1/nanobsd/Files/etc/rc.d/ix-update:6033-6383
/branches/feedback/nanobsd/Files/etc/rc.d/ix-update:6189-6347
/experimental/ix-8.2/nanobsd/Files/etc/rc.d/ix-update:5657-5682
/trunk/nanobsd/Files/etc/rc.d/ix-update:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7533,7546,7603,7608,7633,7641,7649,7858,7909
+ /branches/8.1/nanobsd/Files/etc/rc.d/ix-update:6033-6383
/branches/feedback/nanobsd/Files/etc/rc.d/ix-update:6189-6347
/experimental/ix-8.2/nanobsd/Files/etc/rc.d/ix-update:5657-5682
/trunk/nanobsd/Files/etc/rc.d/ix-update:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7533,7546,7603,7608,7633,7641,7649,7858,7909,8017,8047
Modified: tags/8.0.1-RELEASE/nanobsd/freenas-common
===================================================================
--- branches/8.0.1/nanobsd/freenas-common 2011-09-29 23:05:06 UTC (rev 8049)
+++ tags/8.0.1-RELEASE/nanobsd/freenas-common 2011-09-30 02:38:40 UTC (rev 8050)
@@ -54,8 +54,8 @@
# us to kleep the SVN revision number even when the version string is
# overloaded with a name.
: ${SVNREVISION=`svnversion ${NANO_CFG_BASE}`}
-: ${REVISION=`svnversion ${NANO_CFG_BASE}`}
-NANO_NAME="FreeNAS-8r${REVISION}-${NANO_ARCH}"
+REVISION="8.0.1-RELEASE"
+NANO_NAME="FreeNAS-${REVISION}-${NANO_ARCH}"
NANO_IMGNAME="${NANO_NAME}.full"
NANO_KERNEL=${NANO_CFG_BASE}/FREENAS.${NANO_ARCH}
: ${NANO_OBJ=/tmp/${LOGNAME}/obj.freenas.${NANO_ARCH}}
@@ -63,7 +63,7 @@
NANO_BOOT0CFG="-o packet -s 1 -m 3 -t 18"
NANO_RAM_TMPVARSIZE=$((160*1024))
-DEBUG="1"
+DEBUG="0"
NANO_IMAGES=2
FlashDevice generic 2g
Property changes on: tags/8.0.1-RELEASE/patches/freebsd-graid5.patch
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/8.0.1/patches/freebsd-graid5.patch:7642
/branches/8.1/patches/freebsd-graid5.patch:6033-6383
/branches/feedback/patches/freebsd-graid5.patch:6189-6347
/experimental/ix-8.2/patches/freebsd-graid5.patch:5657-5682
/trunk/patches/freebsd-graid5.patch:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7603,7608,7642,7649,7858,7909
+ /branches/8.0.1/patches/freebsd-graid5.patch:7642
/branches/8.1/patches/freebsd-graid5.patch:6033-6383
/branches/feedback/patches/freebsd-graid5.patch:6189-6347
/experimental/ix-8.2/patches/freebsd-graid5.patch:5657-5682
/trunk/patches/freebsd-graid5.patch:7248,7349-7361,7363,7371,7375,7381,7383,7385-7392,7395,7398,7402-7405,7426,7440,7444,7450,7452,7454,7491,7520,7603,7608,7642,7649,7858,7909,8017,8047
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|