Skip to content
Snippets Groups Projects
Commit 18c87bea authored by Dennis Waldron's avatar Dennis Waldron
Browse files

Added SLC5 i386 and x86_64 build machines

parent a4c671b1
Branches
Tags
No related merge requests found
......@@ -3,7 +3,9 @@ import sys, re, os, shutil, tempfile, socket, time
# list of platforms as a tuple (OS, arch, machine where to build)
platforms = (('SLC4', 'i386', 'lxc2slc4-i386.cern.ch'),
('SLC4', 'x86_64', 'lxc2slc4-x64.cern.ch'))
('SLC4', 'x86_64', 'lxc2slc4-x64.cern.ch'),
('SLC5', 'i386', 'lxc2slc5-i386.cern.ch'),
('SLC5', 'x86_64', 'lxc2slc5-x64.cern.ch'))
def usage():
print sys.argv[0] + " <CVS tag of the release>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment