projects
/
icedeb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7767a24
)
switch the PTS button to the new package tracker, tracker.debian.org
author
Damyan Ivanov
<dmn@debian.org>
Tue, 29 Jul 2014 14:18:26 +0000
(14:18 +0000)
committer
Damyan Ivanov
<dmn@debian.org>
Tue, 29 Jul 2014 14:18:26 +0000
(14:18 +0000)
chrome/content/icedeb.js
patch
|
blob
|
history
diff --git
a/chrome/content/icedeb.js
b/chrome/content/icedeb.js
index
a6d00da
..
262f09d
100644
(file)
--- a/
chrome/content/icedeb.js
+++ b/
chrome/content/icedeb.js
@@
-64,7
+64,7
@@
IceDeb = {
lookup_pts: function(in_new) {
var pkg = IceDeb.trim_keyword(IceDeb.getClipboardText());
if (!pkg) return null;
- var uri="http
://packages.qa
.debian.org/" + pkg;
+ var uri="http
s://tracker
.debian.org/" + pkg;
if (in_new) {
var b = getBrowser();