[gentoo-commits] data/glep:glep66 commit in: /

2017-10-14 Thread Michał Górny
commit: 55d808e1b6f708c68c12416f76f9e9e21e72e610
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 09:15:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 09:15:15 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=55d808e1

glep-0066: Remove optional headers

 glep-0066.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/glep-0066.rst b/glep-0066.rst
index 8339f37..c33e4fb 100644
--- a/glep-0066.rst
+++ b/glep-0066.rst
@@ -6,11 +6,9 @@ Type: Standards Track
 Status: Draft
 Version: 1
 Created: 2017-07-24
-Last-Modified: 2017-10-09
+Last-Modified: 2017-10-14
 Post-History: 2017-07-25, 2017-09-28, 2017-10-11
 Content-Type: text/x-rst
-Requires: 
-Replaces: 
 ---
 
 Abstract



[gentoo-commits] data/glep:glep66 commit in: /

2017-10-13 Thread Michał Górny
commit: c69a694dbc372e09e94b063d44bcabb97df7b949
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 14:55:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 14:55:58 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=c69a694d

glep-0066: Put URLs in parentheses for consistency

 glep-0066.rst | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/glep-0066.rst b/glep-0066.rst
index 0a8e4b5..8339f37 100644
--- a/glep-0066.rst
+++ b/glep-0066.rst
@@ -439,17 +439,16 @@ Ospald (hasufell) in his initial version of Gentoo git 
workflow
 References
 ==
 .. [#GENTOO_GIT_WORKFLOW] Gentoo Git Workflow (on Gentoo Wiki)
-   https://wiki.gentoo.org/wiki/Gentoo_git_workflow
+   (https://wiki.gentoo.org/wiki/Gentoo_git_workflow)
 
 .. [#GENTOO_GITHUB] Gentoo GitHub (on Gentoo Wiki)
-   https://wiki.gentoo.org/wiki/Gentoo_GitHub
+   (https://wiki.gentoo.org/wiki/Gentoo_GitHub)
 
-.. TODO: verify this
 .. [#GLEP63] GLEP 63: Gentoo GPG key policies
-   https://www.gentoo.org/glep/glep-0063.html
+   (https://www.gentoo.org/glep/glep-0063.html)
 
 .. [#REPOMAN_PKG_NAME_COMMIT]
-   
https://gitweb.gentoo.org/proj/portage.git/commit/?id=46dafadff58da0220511f20480b73ad09f913430
+   
(https://gitweb.gentoo.org/proj/portage.git/commit/?id=46dafadff58da0220511f20480b73ad09f913430)
 
 
 Copyright



[gentoo-commits] data/glep:glep66 commit in: /

2017-10-12 Thread Michał Górny
commit: aae75d3818cf41c5bc42917b978f6348d813cc41
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 05:08:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 05:08:30 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=aae75d38

glep-0066: Update GLEP 63 URL to no-www

 glep-0066.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/glep-0066.rst b/glep-0066.rst
index 0a8e4b5..74c09e2 100644
--- a/glep-0066.rst
+++ b/glep-0066.rst
@@ -444,9 +444,8 @@ References
 .. [#GENTOO_GITHUB] Gentoo GitHub (on Gentoo Wiki)
https://wiki.gentoo.org/wiki/Gentoo_GitHub
 
-.. TODO: verify this
 .. [#GLEP63] GLEP 63: Gentoo GPG key policies
-   https://www.gentoo.org/glep/glep-0063.html
+   https://gentoo.org/glep/glep-0063.html
 
 .. [#REPOMAN_PKG_NAME_COMMIT]

https://gitweb.gentoo.org/proj/portage.git/commit/?id=46dafadff58da0220511f20480b73ad09f913430



[gentoo-commits] data/glep:glep66 commit in: /

2017-10-12 Thread Michał Górny
commit: 2b9114d3dd0effe856f7a13f89acaba382a60823
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 12 07:03:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 12 07:03:35 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=2b9114d3

glep-0066: Fix accidentally collapsing Reported-by & Reviewed-by

 glep-0066.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/glep-0066.rst b/glep-0066.rst
index c67d236..0a8e4b5 100644
--- a/glep-0066.rst
+++ b/glep-0066.rst
@@ -187,7 +187,8 @@ A few tags of common use are:
 
   - ``Acked-by: Full Name `` — commit approved
 by another person (usually without detailed review),
-  - ``Reported-by: Full Name `` — usually indicates
+  - ``Reported-by: Full Name ``,
+  - ``Reviewed-by: Full Name `` — usually indicates
 full review,
   - ``Signed-off-by: Full Name `` — DCO approval (not
 used in Gentoo right now),