forked from jan/debianmemberportfolio
Use https instead of http in links, comments, docstrings etc.
Update URLs to new sites where needed.
This commit is contained in:
parent
dbb3fdf106
commit
ec3a33545c
40 changed files with 100 additions and 100 deletions
|
@ -16,7 +16,7 @@
|
|||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
[DEFAULT]
|
||||
gnupghome=~/debian/gnupghome
|
||||
|
@ -26,8 +26,8 @@ urlbuilder.sections=overview,bugs,build,qa,lists,files,membership,
|
|||
|
||||
[overview]
|
||||
urls=ddpo,alladdresses
|
||||
ddpo.pattern=http://qa.debian.org/developer.php?login=%(email)s
|
||||
alladdresses.pattern=http://qa.debian.org/developer.php?login=%(name)s
|
||||
ddpo.pattern=https://qa.debian.org/developer.php?login=%(email)s
|
||||
alladdresses.pattern=https://qa.debian.org/developer.php?login=%(name)s
|
||||
|
||||
[bugs]
|
||||
urls=received,reported,usertags,searchall,wnpp,correspondent,graph
|
||||
|
@ -35,9 +35,9 @@ received.pattern=https://bugs.debian.org/%(email)s
|
|||
reported.pattern=https://bugs.debian.org/from:%(email)s
|
||||
usertags.pattern=https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=%(email)s
|
||||
searchall.pattern=http://bugs-search.debian.org/cgi-bin/search.cgi?phrase=%(name)s;search=search
|
||||
wnpp.pattern=http://qa.debian.org/developer.php?wnpp=%(email)s
|
||||
wnpp.pattern=https://qa.debian.org/developer.php?wnpp=%(email)s
|
||||
correspondent.pattern=https://bugs.debian.org/cgi-bin/pkgreport.cgi?correspondent=%(email)s
|
||||
graph.pattern=http://qa.debian.org/data/bts/graphs/by-maint/%(email)s.png
|
||||
graph.pattern=https://qa.debian.org/data/bts/graphs/by-maint/%(email)s.png
|
||||
|
||||
[build]
|
||||
urls=buildd
|
||||
|
@ -46,8 +46,8 @@ buildd.pattern=https://buildd.debian.org/status/package.php?p=%(email)s&compact=
|
|||
[qa]
|
||||
urls=lintian,lintianfull,piuparts,patchtracker,dmd,duck
|
||||
dmd.pattern=https://udd.debian.org/dmd.cgi?email=%(email)s
|
||||
lintian.pattern=http://lintian.debian.org/maintainer/%(email)s.html
|
||||
lintianfull.pattern=http://lintian.debian.org/full/%(email)s.html
|
||||
lintian.pattern=https://lintian.debian.org/maintainer/%(email)s.html
|
||||
lintianfull.pattern=https://lintian.debian.org/full/%(email)s.html
|
||||
piuparts.pattern=https://piuparts.debian.org/sid/maintainer/%(firstchar)s/%(email)s.html
|
||||
patchtracker.pattern=http://patch-tracker.debian.org/email/%(email)s
|
||||
duck.pattern=http://duck.debian.net/static/maintainer/%(email)s.html
|
||||
|
@ -65,9 +65,9 @@ gmane.pattern=http://search.gmane.org/?email=%(name)s&group=gmane.linux.debian.*
|
|||
|
||||
[files]
|
||||
urls=people,alioth
|
||||
people.pattern=http://people.debian.org/~%(username)s/
|
||||
people.pattern=https://people.debian.org/~%(username)s/
|
||||
people.optional=true
|
||||
alioth.pattern=http://alioth.debian.org/~%(aliothusername)s/
|
||||
alioth.pattern=https://alioth.debian.org/~%(aliothusername)s/
|
||||
alioth.optional=true
|
||||
|
||||
[membership]
|
||||
|
@ -80,7 +80,7 @@ db.pattern=https://db.debian.org/search.cgi?uid=%(username)s&dosearch=Search
|
|||
db.optional=true
|
||||
webid.pattern=http://webid.debian.net/maintainers/%(username)s
|
||||
webid.optional=true
|
||||
alioth.pattern=http://alioth.debian.org/users/%(aliothusername)s/
|
||||
alioth.pattern=https://alioth.debian.org/users/%(aliothusername)s/
|
||||
alioth.optional=true
|
||||
wiki.pattern=https://wiki.debian.org/%(wikihomepage)s
|
||||
forum.pattern=http://forums.debian.net/memberlist.php?mode=viewprofile&u=%(forumsid)d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue