Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
use %% otherwise interpolation burps
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Apr 12, 2013
1 parent 898c620 commit 58a68c0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions rackspace.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,36 @@ compilers = py24_32
py32_32 py32_64 py32_32X py32_64X py32_32LX py32_64LX

[py24_32]
setup = set PATH=%PATH%;c:\mingw\bin
setup = set PATH=%%PATH%%;c:\mingw\bin
python = c:\Python24_32\python.exe
command = c:\Python24_32\python.exe setup.py build_ext --compiler mingw32 bdist_egg upload
fileEnding = py2.4-win32.egg

[py25_32]
setup = set PATH=%PATH%;c:\mingw\bin
setup = set PATH=%%PATH%%;c:\mingw\bin
python = c:\Python25_32\python.exe
command = c:\Python25_32\python.exe setup.py build_ext --compiler mingw32 bdist_egg upload
fileEnding = py2.5-win32.egg

[py25_32X]
# .exe
setup = set PATH=%PATH%;c:\mingw\bin
setup = set PATH=%%PATH%%;c:\mingw\bin
python = c:\Python25_32\python.exe
command = c:\Python25_32\python.exe setup.py build_ext --compiler mingw32 bdist_wininst upload
fileEnding = win32-py2.5.exe

[py26_32]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
python = c:\Python26_32\python.exe
command = c:\Python26_32\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.6-win32.egg

[py26_32X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
python = c:\Python26_32\python.exe
command = c:\Python26_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py2.6.exe
Expand All @@ -48,15 +48,15 @@ fileEnding = win32-py2.6.exe
[py26_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
python = c:\Python26_64\python.exe
command = c:\Python26_64\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.6-win-amd64.egg

[py26_64X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
python = c:\Python26_64\python.exe
command = c:\Python26_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py2.6.exe
Expand All @@ -69,15 +69,15 @@ fileEnding = win-amd64-py2.6.exe
[py27_32]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
python = c:\Python27_32\python.exe
command = c:\Python27_32\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.7-win32.egg

[py27_32X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
python = c:\Python27_32\python.exe
command = c:\Python27_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py2.7.exe
Expand All @@ -90,15 +90,15 @@ fileEnding = win32-py2.7.exe
[py27_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
python = c:\Python27_64\python.exe
command = c:\Python27_64\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py2.7-win-amd64.egg

[py27_64X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
python = c:\Python27_64\python.exe
command = c:\Python27_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py2.7.exe
Expand All @@ -111,15 +111,15 @@ fileEnding = win-amd64-py2.7.exe
[py32_32]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
python = c:\Python32_32\python.exe
command = c:\Python32_32\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.2-win32.egg

[py32_32X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
python = c:\Python32_32\python.exe
command = c:\Python32_32\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win32-py3.2.exe
Expand All @@ -132,15 +132,15 @@ fileEnding = win32-py3.2.exe
[py32_64]
# .egg
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
python = c:\Python32_64\python.exe
command = c:\Python32_64\python.exe setup.py build_ext --compiler msvc bdist_egg upload
fileEnding = py3.2-win-amd64.egg

[py32_64X]
# .exe
setup = call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
set PATH=%%PATH%%;"C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\x64"
python = c:\Python32_64\python.exe
command = c:\Python32_64\python.exe setup.py build_ext --compiler msvc bdist_wininst upload
fileEnding = win-amd64-py3.2.exe
Expand Down

0 comments on commit 58a68c0

Please sign in to comment.