Talk:Gentoo ebuild tree from scratch
From Gentoo Wiki
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 14:06, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
Suggested verification script
Talk status
This discussion is still ongoing as of August 7, 2018.
I use the following script in /etc/portage/repo.postsync.d/ in conjunction with the recently added app-portage/gverify package.
#!/bin/bash
repository_name="${1}"
repository_path="${3}"
[[ ${repository_name} == "gentoo" ]] || exit 0
source /lib/gentoo/functions.sh
ebegin "Verifying gentoo repository"
cd "${repository_path}"
gverify ORIG_HEAD..HEAD
eend $?
Maybe this is an approach worth adding to this page?
--Poncho (talk) 07:40, 7 August 2018 (UTC)
- Looks great to me, Poncho (Poncho) . Go for it! --Maffblaster (talk) 17:10, 7 August 2018 (UTC)