diff options
| author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-07-04 20:49:28 (GMT) |
|---|---|---|
| committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-07-04 20:49:28 (GMT) |
| commit | b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d (patch) | |
| tree | 288b5889cd069cb83d7c8cd2839c750d815b265d /test/Deprecated/SourceCode/BitKeeper | |
| parent | 7fd29a508fe8a47667ae1853ee393f05e29c6c8c (diff) | |
| parent | 1c43f7f384bf30f6cce14dc9d3d1e485891c7ddd (diff) | |
| download | SCons-b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d.zip SCons-b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d.tar.gz SCons-b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d.tar.bz2 | |
Merged in techtonik/scons (pull request #147).
Fix mailing list addrs and bug tracker references, and a few other
doc fixes.
Diffstat (limited to 'test/Deprecated/SourceCode/BitKeeper')
| -rw-r--r-- | test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOM.py | 2 | ||||
| -rw-r--r-- | test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py | 2 | ||||
| -rw-r--r-- | test/Deprecated/SourceCode/BitKeeper/BitKeeper.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOM.py b/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOM.py index eb75a8f..d5af0ea 100644 --- a/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOM.py +++ b/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOM.py @@ -42,7 +42,7 @@ Environment(tools = ['BitKeeper']).BitKeeper() msg_bk = """The BitKeeper() factory is deprecated and there is no replacement.""" warn_bk = test.deprecated_fatal('deprecated-build-dir', msg_bk) msg_sc = """SourceCode() has been deprecated and there is no replacement. -\tIf you need this function, please contact dev@scons.tigris.org.""" +\tIf you need this function, please contact scons-dev@scons.org""" warn_sc = test.deprecated_wrap(msg_sc) test.subdir('BitKeeper', ['BitKeeper', 'sub'], 'sub') diff --git a/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py b/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py index ca58b83..ef70cb8 100644 --- a/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py +++ b/test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py @@ -42,7 +42,7 @@ Environment(tools = ['BitKeeper']).BitKeeper() msg_bk = """The BitKeeper() factory is deprecated and there is no replacement.""" warn_bk = test.deprecated_fatal('deprecated-build-dir', msg_bk) msg_sc = """SourceCode() has been deprecated and there is no replacement. -\tIf you need this function, please contact dev@scons.tigris.org.""" +\tIf you need this function, please contact scons-dev@scons.org""" warn_sc = test.deprecated_wrap(msg_sc) test.subdir('BitKeeper', ['BitKeeper', 'sub'], 'sub') diff --git a/test/Deprecated/SourceCode/BitKeeper/BitKeeper.py b/test/Deprecated/SourceCode/BitKeeper/BitKeeper.py index 28b8761..3f0ffdd 100644 --- a/test/Deprecated/SourceCode/BitKeeper/BitKeeper.py +++ b/test/Deprecated/SourceCode/BitKeeper/BitKeeper.py @@ -41,7 +41,7 @@ Environment(tools = ['BitKeeper']).BitKeeper() msg_bk = """The BitKeeper() factory is deprecated and there is no replacement.""" warn_bk = test.deprecated_fatal('deprecated-build-dir', msg_bk) msg_sc = """SourceCode() has been deprecated and there is no replacement. -\tIf you need this function, please contact dev@scons.tigris.org.""" +\tIf you need this function, please contact scons-dev@scons.org""" warn_sc = test.deprecated_wrap(msg_sc) test.skip_test("Need BitKeeper to debug these tests.\n") |
