Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711810 - Add git sign-off parameter to package removal instructions
Summary: Add git sign-off parameter to package removal instructions
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Devmanual (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo Devmanual Team
URL: https://devmanual.gentoo.org/ebuild-m...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-03-07 17:21 UTC by Mike Pagano
Modified: 2020-03-07 17:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to add --signoff to git command (0001-devmanual-Add-git-sign-off-parameter-to-package-remo.patch,767 bytes, patch)
2020-03-07 17:21 UTC, Mike Pagano
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Pagano gentoo-dev 2020-03-07 17:21:33 UTC
Created attachment 617426 [details, diff]
Patch to add --signoff to git command

In the section of the devmanual describing package removal, the git commit command is missing the --signoff parameter.

Opening up a bug for this as per the instructions at:
https://devmanual.gentoo.org/appendices/contributing/index.html
Comment 1 Larry the Git Cow gentoo-dev 2020-03-07 17:38:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1fea908ea8ff1c7a951f968660f3e844206be761

commit 1fea908ea8ff1c7a951f968660f3e844206be761
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2020-03-07 16:38:31 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-03-07 17:37:38 +0000

    ebuild-maintenance/removal: Add git sign-off parameter to example.
    
    Closes: https://bugs.gentoo.org/711810
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>
    [Order of options flipped.]
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 ebuild-maintenance/removal/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)