From 4655bd958070a5c37475f21ab51de62f557a816b Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 28 May 2014 10:23:35 +0300 Subject: Expand references to tigris.org bug tracker --- src/engine/SCons/Tool/JavaCommon.py | 3 ++- test/Depends/no-Builder.py | 2 +- test/ExecuteInvalidateCache.py | 3 ++- test/Fortran/USE-MODULE-CASEINSENS.py | 3 ++- test/Libs/SharedLibrary-update-deps.py | 2 +- test/Scanner/Dir.py | 2 +- test/VariantDir/include-subdir.py | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/engine/SCons/Tool/JavaCommon.py b/src/engine/SCons/Tool/JavaCommon.py index 156ef97..6dd6051 100644 --- a/src/engine/SCons/Tool/JavaCommon.py +++ b/src/engine/SCons/Tool/JavaCommon.py @@ -244,7 +244,8 @@ if java_parsing: return self # If that's an inner class which is declared in a method, it # requires an index prepended to the class-name, e.g. - # 'Foo$1Inner' (Tigris Issue 2087) + # 'Foo$1Inner' + # http://scons.tigris.org/issues/show_bug.cgi?id=2087 if self.outer_state.localClasses and \ self.outer_state.stackBrackets[-1] > \ self.outer_state.stackBrackets[-2]+1: diff --git a/test/Depends/no-Builder.py b/test/Depends/no-Builder.py index 2d49756..48ab724 100644 --- a/test/Depends/no-Builder.py +++ b/test/Depends/no-Builder.py @@ -40,7 +40,7 @@ file2 = File('file2') env.Depends(file1, [[file2, 'file3']]) # Verify that a "hidden" file created by another action causes the # action to run when an explicit Dependency is specified. -# See tigris.org issue 2647. +# See http://scons.tigris.org/issues/show_bug.cgi?id=2647 env.Depends('hidden', 'file4.out') env.Command('file4.out', 'file4.in', [Copy('$TARGET', '$SOURCE'), Touch('hidden')]) diff --git a/test/ExecuteInvalidateCache.py b/test/ExecuteInvalidateCache.py index 88ae393..a22c5ea 100644 --- a/test/ExecuteInvalidateCache.py +++ b/test/ExecuteInvalidateCache.py @@ -26,7 +26,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ Test the Execute() functions clears the memoized values of affected target Nodes -when used with Delete(). Derived from Tigris issue 1307. +when used with Delete(). Derived from +http://scons.tigris.org/issues/show_bug.cgi?id=1307 """ import TestSCons diff --git a/test/Fortran/USE-MODULE-CASEINSENS.py b/test/Fortran/USE-MODULE-CASEINSENS.py index 79d5125..44c03fe 100644 --- a/test/Fortran/USE-MODULE-CASEINSENS.py +++ b/test/Fortran/USE-MODULE-CASEINSENS.py @@ -26,7 +26,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # This test tests whether a file that defines a module "a" and # then uses it with a different case ("A") works. Pre-2.0, this -# gave a spurious dependency cycle error. See Tigris issue #2574. +# gave a spurious dependency cycle error. +# See http://scons.tigris.org/issues/show_bug.cgi?id=2574 import TestSCons diff --git a/test/Libs/SharedLibrary-update-deps.py b/test/Libs/SharedLibrary-update-deps.py index 5394bc7..076e3ad 100644 --- a/test/Libs/SharedLibrary-update-deps.py +++ b/test/Libs/SharedLibrary-update-deps.py @@ -26,7 +26,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ Test that SharedLibrary() updates when a different lib is linked, even if it has the same md5. -This is Tigris bug #2903. +This is http://scons.tigris.org/issues/show_bug.cgi?id=2903 """ import sys diff --git a/test/Scanner/Dir.py b/test/Scanner/Dir.py index 120e08f..86b80e9 100644 --- a/test/Scanner/Dir.py +++ b/test/Scanner/Dir.py @@ -27,7 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" """ Verify that a simple scanner that returns Dir nodes works correctly. -Submitted as tigris.org issue #2534. +Submitted as http://scons.tigris.org/issues/show_bug.cgi?id=2534 """ import TestSCons diff --git a/test/VariantDir/include-subdir.py b/test/VariantDir/include-subdir.py index 5ddd623..d616bba 100644 --- a/test/VariantDir/include-subdir.py +++ b/test/VariantDir/include-subdir.py @@ -32,7 +32,7 @@ we have to make sure that the file gets copied to the variant dir. (This was not the case for 0.98.5 and earlier) Test case supplied by Jared Grubb, based on a minimal example supplied -by Ali Tofigh, filed as issue #2121 at tigris.org. +by Ali Tofigh, filed as http://scons.tigris.org/issues/show_bug.cgi?id=2121 """ import TestSCons -- cgit v0.12 From f920678b73f0e0a09cbbd8977a54f915c661279d Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 28 May 2014 11:36:26 +0300 Subject: Fix development mailing list with a new address @scons.org --- HOWTO/subrelease.txt | 2 +- QMTest/TestSCons.py | 2 +- README.rst | 9 ++++----- doc/scons.mod | 4 ++-- review.py | 2 +- src/Announce.txt | 2 +- src/README.txt | 6 +++--- src/engine/SCons/Environment.py | 2 +- src/engine/SCons/Script/Main.py | 2 +- src/engine/SCons/Tool/docbook/docs/manual.xml | 2 +- test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOM.py | 2 +- test/Deprecated/SourceCode/BitKeeper/BITKEEPERCOMSTR.py | 2 +- test/Deprecated/SourceCode/BitKeeper/BitKeeper.py | 2 +- test/Deprecated/SourceCode/CVS/CVS.py | 2 +- test/Deprecated/SourceCode/CVS/CVSCOM.py | 2 +- test/Deprecated/SourceCode/CVS/CVSCOMSTR.py | 2 +- test/Deprecated/SourceCode/Perforce/P4COM.py | 2 +- test/Deprecated/SourceCode/Perforce/P4COMSTR.py | 2 +- test/Deprecated/SourceCode/Perforce/Perforce.py | 2 +- test/Deprecated/SourceCode/RCS/RCS_COCOM.py | 2 +- test/Deprecated/SourceCode/RCS/RCS_COCOMSTR.py | 2 +- test/Deprecated/SourceCode/RCS/changed.py | 2 +- test/Deprecated/SourceCode/RCS/explicit.py | 2 +- test/Deprecated/SourceCode/SCCS/SCCSCOM.py | 2 +- test/Deprecated/SourceCode/SCCS/SCCSCOMSTR.py | 2 +- test/Deprecated/SourceCode/SCCS/diskcheck.py | 2 +- test/Deprecated/SourceCode/SourceCode.py | 2 +- test/Deprecated/SourceCode/Subversion.py | 2 +- www/patch-submission.html | 4 ++-- 29 files changed, 36 insertions(+), 37 deletions(-) diff --git a/HOWTO/subrelease.txt b/HOWTO/subrelease.txt index ecfaa1f..06b757a 100644 --- a/HOWTO/subrelease.txt +++ b/HOWTO/subrelease.txt @@ -111,4 +111,4 @@ Things to do to release a new X.Y.Z version of SCons: - Announce to dev@scons.tigris.org. + Announce to scons-dev@scons.org diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 57b97f9..4b2b5a4 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -150,7 +150,7 @@ def deprecated_python_version(version=sys.version_info): if deprecated_python_version(): msg = r""" scons: warning: Support for pre-2.7.0 Python version (%s) is deprecated. - If this will cause hardship, contact dev@scons.tigris.org. + If this will cause hardship, contact scons-dev@scons.org """ deprecated_python_expr = re_escape(msg % python_version_string()) + file_expr diff --git a/README.rst b/README.rst index b9e7d3b..16a7123 100644 --- a/README.rst +++ b/README.rst @@ -676,7 +676,7 @@ Submission page: You can also send mail to the SCons developers' mailing list: - dev@scons.tigris.org + scons-dev@scons.org But even if you send email to the mailing list please make sure that you ALSO submit a bug report to the project page bug tracker, because bug reports in @@ -689,12 +689,11 @@ Mailing Lists An active mailing list for developers of SCons is available. You may send questions or comments to the list at: - dev@scons.tigris.org + scons-dev@scons.org -You may request a subscription to the developer's mailing list by sending -email to: +You may subscribe to the developer's mailing list using form on this page: - dev-subscribe@scons.tigris.org + http://two.pairlist.net/mailman/listinfo/scons-dev Subscription to the developer's mailing list is by approval. In practice, no one is refused list membership, but we reserve the right to limit membership diff --git a/doc/scons.mod b/doc/scons.mod index 01e9a6d..be2dc24 100644 --- a/doc/scons.mod +++ b/doc/scons.mod @@ -525,8 +525,8 @@ --> announce@scons.tigris.org"> -dev@scons.tigris.org"> -users@scons.tigris.org"> +scons-dev@scons.org"> +scons-users@scons.org">