mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
ssvn: switch to svn:// from http://
svn path=/trunk/RosBE/; revision=1365
This commit is contained in:
parent
c7e780bfe2
commit
00e2465e20
@ -6,7 +6,7 @@
|
||||
# COPYRIGHT: Copyright 2011 Daniel Reimer <reimer.daniel@freenet.de>
|
||||
#
|
||||
|
||||
$ROS_SVNURL = "http://svn.reactos.org/reactos"
|
||||
$ROS_SVNURL = "svn://svn.reactos.org/reactos"
|
||||
|
||||
if ("$ENV:ROS_ARCH" -eq "amd64") {
|
||||
$ROS_SVNURL = "$ROS_SVNURL/branches/ros-amd64-bringup"
|
||||
|
@ -9,6 +9,8 @@
|
||||
- Updated 7-zip 9.2.0 (Daniel Reimer)
|
||||
- Updated cmake to 2.8.7 patched (Amine Khaldi)
|
||||
- Updated svn to 1.7.2 (Daniel Reimer)
|
||||
- Updated bison to 2.5 (Daniel Reimer)
|
||||
- Updated flex to 2.5.35 (Daniel Reimer)
|
||||
- Bug 5426 resolved (Adam Kachwalla)
|
||||
- Cleanup the options tool (Christoph von Wittich)
|
||||
- Add Support for the cmake bringup branch. Just install cmake and type make/makex inside the branch (Daniel Reimer)
|
||||
|
@ -14,7 +14,7 @@ if %_ROSBE_DEBUG% == 1 (
|
||||
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
set ROS_SVNURL=http://svn.reactos.org/reactos
|
||||
set ROS_SVNURL=svn://svn.reactos.org/reactos
|
||||
|
||||
if "%ROS_ARCH%" == "amd64" (
|
||||
set ROS_SVNURL=%ROS_SVNURL%/branches/ros-amd64-bringup
|
||||
|
Loading…
Reference in New Issue
Block a user