diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 16:39:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-01 16:39:11 +0200 |
commit | a987f55c4d721c299a45c9a6c6d3c18ff1ec9ff2 (patch) | |
tree | 85ca6783a2a034e82c7ce25b59f59b5b393d922d /scripts/tdesvn-build | |
parent | 236e8cd1b5d7a090f9f6e6db6b4458c3ffd9bc18 (diff) | |
download | tdesdk-a987f55c4d721c299a45c9a6c6d3c18ff1ec9ff2.tar.gz tdesdk-a987f55c4d721c299a45c9a6c6d3c18ff1ec9ff2.zip |
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 504126f470f73d092593a07e91cde6d9116a46ac)
Diffstat (limited to 'scripts/tdesvn-build')
-rwxr-xr-x | scripts/tdesvn-build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/tdesvn-build b/scripts/tdesvn-build index 657b0390..ec48e3e9 100755 --- a/scripts/tdesvn-build +++ b/scripts/tdesvn-build @@ -224,7 +224,7 @@ Since tdesvn-build doesn't generally save information related to the build and prior settings, you may need to manually re-run tdesvn-build with a flag like B<--recreate-configure> if you change some options, including B<use-unsermake>. -Please use KDE bugzilla at http://bugs.kde.org for information and +Please use KDE bugzilla at http://bugs.trinitydesktop.org for information and reporting bugs. =head1 SEE ALSO @@ -1863,7 +1863,7 @@ $version was written (mostly) by: Many people have contributed code, bugfixes, and documentation. -Please report bugs using the KDE Bugzilla, at http://bugs.kde.org/ +Please report bugs using the KDE Bugzilla, at http://bugs.trinitydesktop.org/ DONE my @argv; @@ -4215,7 +4215,7 @@ if ($@) # We encountered an error. print "Encountered an error in the execution of the script.\n"; print "The error reported was $@\n"; - print "Please submit a bug against tdesvn-build on http://bugs.kde.org/\n"; + print "Please submit a bug against tdesvn-build on http://bugs.trinitydesktop.org/\n"; # Don't finish, because we haven't attained the lock yet. exit 99; @@ -4276,7 +4276,7 @@ if ($@) # We encountered an error. print "Encountered an error in the execution of the script.\n"; print "The error reported was $@\n"; - print "Please submit a bug against tdesvn-build on http://bugs.kde.org/\n"; + print "Please submit a bug against tdesvn-build on http://bugs.trinitydesktop.org/\n"; $result = 99; } |