summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-01 16:39:03 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-01 16:39:03 +0200
commit504126f470f73d092593a07e91cde6d9116a46ac (patch)
tree36d4fe66e17ed2026b7cbf052c6c61233cf60ec8 /scripts
parent58f3647a3074e52279706f85caaefc38b8f83e34 (diff)
downloadtdesdk-504126f470f73d092593a07e91cde6d9116a46ac.tar.gz
tdesdk-504126f470f73d092593a07e91cde6d9116a46ac.zip
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/package_crystalsvg2
-rwxr-xr-xscripts/tdesvn-build8
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/package_crystalsvg b/scripts/package_crystalsvg
index e9d230d9..2f3c3d81 100755
--- a/scripts/package_crystalsvg
+++ b/scripts/package_crystalsvg
@@ -142,7 +142,7 @@ get the gradients correct. However, if you then save the file from Karbon14, it
BUGLIST
Inspired? Take a look at the buglist!
-http://bugs.kde.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&product=artwork&component=general&version=unspecified&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&bug_id=&votes=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&order=Reuse+same+sort+as+last+time&cmdtype=doit&newqueryname=
+http://bugs.trinitydesktop.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&product=artwork&component=general&version=unspecified&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&bug_id=&votes=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&order=Reuse+same+sort+as+last+time&cmdtype=doit&newqueryname=
LICENSE & QUESTIONS
License: see LICENSE.crystalsvg
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;
}