[RELEASE_ENGINEERING]

- Fix the echo commands (strings should preferably be inside quote marks, and this is mandatory when the string has e.g. parentheses or sub-quotes inside it).
- Add terminating newlines in the Readme.txt and in the script files.

Patch by Hermès
Note to myself: Better test your changes next time, even small one-liner changes of an echo command..

svn path=/trunk/Release_Engineering/; revision=2260
This commit is contained in:
Colin Finck 2016-01-28 08:01:23 +00:00
parent 25707f1cf2
commit 5995c2abaf
8 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@
# Sanity checks
if [ "$ROS_ARCH" = "" ]; then
echo Please run this script inside RosBE!
echo "Please run this script inside RosBE!"
exit 1
fi
@ -15,14 +15,14 @@ echo
# Ask for the version
while [ "$version" = "" ]; do
echo What ReactOS version number do you want to release? (e.g. "0.4.0" or "0.4.0-RC1")
echo "What ReactOS version number do you want to release? (e.g. \"0.4.0\" or \"0.4.0-RC1\")"
read version
echo
done
# Ask for the branch name
while [ "$branch_name" = "" ]; do
echo What is the name of the SVN branch? (e.g. "ros-branch-0_4_0")
echo "What is the name of the SVN branch? (e.g. \"ros-branch-0_4_0\")"
read branch_name
echo
done

View File

@ -4,12 +4,12 @@
# Sanity checks
if ! source ./Release_Config; then
echo Please run Release_Configure first!
echo "Please run Release_Configure first!"
exit 1
fi
if [ "$ROS_ARCH" = "" ]; then
echo Please run this script inside RosBE!
echo "Please run this script inside RosBE!"
exit 1
fi

View File

@ -4,12 +4,12 @@
# Sanity checks
if ! source ./Release_Config; then
echo Please run Release_Configure first!
echo "Please run Release_Configure first!"
exit 1
fi
if [ "$ROS_ARCH" = "" ]; then
echo Please run this script inside RosBE!
echo "Please run this script inside RosBE!"
exit 1
fi

View File

@ -45,4 +45,4 @@ Otherwise modify the command line accordingly.
After you unmounted the changed hard disk, you can boot it by executing the
following command:
qemu -m 128 -hda ReactOS.hd
qemu -m 128 -hda ReactOS.hd

View File

@ -1,3 +1,3 @@
@echo off
cd files
qemu -L . -m 128 -hda ReactOS.vmdk -net nic,model=ne2k_pci -net user -serial file:CON
qemu -L . -m 128 -hda ReactOS.vmdk -net nic,model=ne2k_pci -net user -serial file:CON

View File

@ -1,3 +1,3 @@
@echo off
cd files
qemu -L . -m 128 -hda ReactOS.vmdk -net nic,model=ne2k_pci -net user -cdrom ReactOS.iso -boot d
qemu -L . -m 128 -hda ReactOS.vmdk -net nic,model=ne2k_pci -net user -cdrom ReactOS.iso -boot d

View File

@ -6,4 +6,4 @@ machine. You need VirtualBox from http://www.virtualbox.org to use it.
If you want to access files of the virtual hard disk, Windows users can get
the VMware DiskMount Utility available from
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools/JSpiZGR0cGJkd2U=
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools/JSpiZGR0cGJkd2U=

View File

@ -7,4 +7,4 @@ machine. You need a VMware product from http://www.vmware.com to use it.
If you want to access files of the virtual hard disk, you can use the
VMware DiskMount Utility bundled with some VMware products.
It is also available as a separate download at
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools/JSpiZGR0cGJkd2U=
http://downloads.vmware.com/d/details/disk_mount_utility_5_5_driver_tools/JSpiZGR0cGJkd2U=