aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-01-19 14:59:16 +0100
committerMarkos Chandras <hwoarang@gentoo.org>2014-01-19 16:07:19 +0000
commit57d49b79dfdbd2469587ad97f04a342e27924020 (patch)
tree89097e5d6f5068aa54a3d33fcf24489f7244209b /ebuild-writing
parentebuild-writing/metadata: Fix second metadata.xml example (diff)
downloaddevmanual-57d49b79dfdbd2469587ad97f04a342e27924020.tar.gz
devmanual-57d49b79dfdbd2469587ad97f04a342e27924020.tar.bz2
devmanual-57d49b79dfdbd2469587ad97f04a342e27924020.zip
Use https for bugs.gentoo.org links
Prefer https over http since b.g.o will redirect to https anyway. X-Gentoo-Bug: 498562 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=498562
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/ebuild-maintenance/text.xml6
-rw-r--r--ebuild-writing/messages/text.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/ebuild-writing/ebuild-maintenance/text.xml b/ebuild-writing/ebuild-maintenance/text.xml
index 26dc43a..290b5df 100644
--- a/ebuild-writing/ebuild-maintenance/text.xml
+++ b/ebuild-writing/ebuild-maintenance/text.xml
@@ -20,15 +20,15 @@ developers may not be familiar with.
<p>
Before writing a new ebuild, check
-<uri link="http://bugs.gentoo.org/">bugs.gentoo.org</uri>
+<uri link="https://bugs.gentoo.org/">bugs.gentoo.org</uri>
to see if an ebuild has already been written for the package, but has not yet
been added to the Portage tree. Go to <uri
-link="http://bugs.gentoo.org/">bugs.gentoo.org</uri>, choose query and select
+link="https://bugs.gentoo.org/">bugs.gentoo.org</uri>, choose query and select
Advanced Search; as product select <e>Gentoo Linux</e>, as component select
<e>ebuilds</e>. In the search field put the name of the ebuild and as status
select NEW, ASSIGNED, REOPENED and RESOLVED (RESOLVED is important), then
submit the query. For you lazy people, click <uri
-link="http://bugs.gentoo.org/query.cgi?product=Gentoo%20Linux&amp;component=Ebuilds&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=RESOLVED">here</uri>.
+link="https://bugs.gentoo.org/query.cgi?product=Gentoo%20Linux&amp;component=Ebuilds&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=RESOLVED">here</uri>.
</p>
<p>
diff --git a/ebuild-writing/messages/text.xml b/ebuild-writing/messages/text.xml
index 2bb348a..1012edf 100644
--- a/ebuild-writing/messages/text.xml
+++ b/ebuild-writing/messages/text.xml
@@ -151,7 +151,7 @@ It would be better written as:
ewarn "The 'frozbinate' function provided by eutils.eclass is deprecated"
ewarn "in favour of frozbinate.eclass, but this package has not been"
ewarn "updated yet. If this is a package from the main tree, please check"
-ewarn "http://bugs.gentoo.org/ and file a bug if there is not one already."
+ewarn "https://bugs.gentoo.org/ and file a bug if there is not one already."
ewarn "If this is your own package, please read the comments in the"
ewarn "frozbinate eclass for instructions on how to convert."
</codesample>