summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-04 00:26:11 (GMT)
committerSteven Knight <knight@baldmt.com>2008-10-04 00:26:11 (GMT)
commit1786d861f5f1c6ed860e3055288eba4bd83c07ca (patch)
tree907ede1cbe2e94f8bb15e9e9e2f2845f596f945f
parent46c1a573420d764dad2520b65c6afddf1b0ee46c (diff)
downloadSCons-1786d861f5f1c6ed860e3055288eba4bd83c07ca.zip
SCons-1786d861f5f1c6ed860e3055288eba4bd83c07ca.tar.gz
SCons-1786d861f5f1c6ed860e3055288eba4bd83c07ca.tar.bz2
Updates to SCons development system admin scripts:
* Add Python 2.6. * Add recent SCons versions. * Add pkg-config (used to generate some doc examples).
-rw-r--r--bin/install_python.py1
-rw-r--r--bin/install_scons.py6
-rw-r--r--bin/scons_dev_master.py1
3 files changed, 7 insertions, 1 deletions
diff --git a/bin/install_python.py b/bin/install_python.py
index 47b97d5..3027c05 100644
--- a/bin/install_python.py
+++ b/bin/install_python.py
@@ -22,6 +22,7 @@ all_versions = [
'2.3.7',
'2.4.5',
#'2.5.2',
+ '2.6',
]
def main(argv=None):
diff --git a/bin/install_scons.py b/bin/install_scons.py
index 8a5c5b7..ffb10b7 100644
--- a/bin/install_scons.py
+++ b/bin/install_scons.py
@@ -67,7 +67,11 @@ all_versions = [
'0.98.3',
'0.98.4',
'0.98.5',
- #'1.0.0',
+ '1.0.0',
+ '1.0.0.d20080826',
+ '1.0.1',
+ '1.0.1.d20080915',
+ '1.0.1.d20081001',
]
def main(argv=None):
diff --git a/bin/scons_dev_master.py b/bin/scons_dev_master.py
index fc9747c..8faa803 100644
--- a/bin/scons_dev_master.py
+++ b/bin/scons_dev_master.py
@@ -50,6 +50,7 @@ DOCUMENTATION_PACKAGES = [
'docbook-doc',
'epydoc-doc',
'gcc-doc',
+ 'pkg-config',
'python-doc',
'sun-java5-doc',
'sun-java6-doc',