public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] data/gentoo-news:master commit in: 2018-03-13-portage-rsync-verification-unstable/
@ 2018-03-13 23:06 Zac Medico
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2018-03-13 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     793f55a973790885834aba0e183f5e3a41654ebe
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 21:02:18 2018 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 23:10:25 2018 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=793f55a9

2018-03-13-portage-rsync-verification-unstable: Add

Bug: https://bugs.gentoo.org/650072

 ...3-13-portage-rsync-verification-unstable.en.txt | 46 ++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/2018-03-13-portage-rsync-verification-unstable/2018-03-13-portage-rsync-verification-unstable.en.txt b/2018-03-13-portage-rsync-verification-unstable/2018-03-13-portage-rsync-verification-unstable.en.txt
new file mode 100644
index 0000000..9f96f27
--- /dev/null
+++ b/2018-03-13-portage-rsync-verification-unstable/2018-03-13-portage-rsync-verification-unstable.en.txt
@@ -0,0 +1,46 @@
+Title: Portage rsync tree verification unstable
+Author: Zac Medico <zmedico@gentoo.org>
+Posted: 2018-03-13
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Installed: sys-apps/portage
+
+Portage rsync tree verification is being temporarily turned off by
+default, starting with sys-apps/portage-2.3.24. This permits
+stabilization of sys-apps/portage-2.3.24 while still working on bugs
+relating to tree verification [1]: deadlocks [2] & key fetching [3].
+
+If users wish to enable the 'rsync-verify' USE flag for sys-apps/portage,
+they need to follow these steps:
+
+1) In order to unmask the 'rsync-verify' USE flag, create a file named
+/etc/portage/profile/package.use.mask containing a line like the
+following:
+
+    sys-apps/portage -rsync-verify
+
+2) Once the 'rsync-verify' USE flag has been unmasked as described
+in step 1, it can be enabled with a line like the following in
+/etc/portage/package.use:
+
+    sys-apps/portage rsync-verify
+
+3) After the configuration changes in steps 1 and 2 have been made, run
+the following command:
+
+    emerge --oneshot --newuse '>=sys-apps/portage-2.3.24'
+
+After all above steps are successfully completed, a line like the
+following should appear in the emerge --info output for the gentoo
+repository:
+
+    sync-rsync-verify-metamanifest: yes
+
+If you wish to disable it for some reason, you can set
+'sync-rsync-verify-metamanifest = no' in your repos.conf.
+
+[1] https://bugs.gentoo.org/650144 sys-apps/portage: [TRACKER] issues
+    related to 'rsync-verify' USE flag
+[2] https://bugs.gentoo.org/647964 app-portage/gemato-11.2: deadlock?
+[3] https://bugs.gentoo.org/649276 sys-apps/portage: gpg key refresh
+    needs exponential backoff with jitter


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] data/gentoo-news:master commit in: 2018-03-13-portage-rsync-verification-unstable/
@ 2019-06-04 17:12 Zac Medico
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2019-06-04 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5fde1d514bea51ac6f224540bffa7ca2315ba994
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 17:10:36 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 17:11:24 2019 +0000
URL:        https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=5fde1d51

2018-03-13-portage-rsync-verification-unstable: Drop obsolete news item

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 ...3-13-portage-rsync-verification-unstable.en.txt | 46 ----------------------
 1 file changed, 46 deletions(-)

diff --git a/2018-03-13-portage-rsync-verification-unstable/2018-03-13-portage-rsync-verification-unstable.en.txt b/2018-03-13-portage-rsync-verification-unstable/2018-03-13-portage-rsync-verification-unstable.en.txt
deleted file mode 100644
index 9f96f27..0000000
--- a/2018-03-13-portage-rsync-verification-unstable/2018-03-13-portage-rsync-verification-unstable.en.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-Title: Portage rsync tree verification unstable
-Author: Zac Medico <zmedico@gentoo.org>
-Posted: 2018-03-13
-Revision: 1
-News-Item-Format: 2.0
-Display-If-Installed: sys-apps/portage
-
-Portage rsync tree verification is being temporarily turned off by
-default, starting with sys-apps/portage-2.3.24. This permits
-stabilization of sys-apps/portage-2.3.24 while still working on bugs
-relating to tree verification [1]: deadlocks [2] & key fetching [3].
-
-If users wish to enable the 'rsync-verify' USE flag for sys-apps/portage,
-they need to follow these steps:
-
-1) In order to unmask the 'rsync-verify' USE flag, create a file named
-/etc/portage/profile/package.use.mask containing a line like the
-following:
-
-    sys-apps/portage -rsync-verify
-
-2) Once the 'rsync-verify' USE flag has been unmasked as described
-in step 1, it can be enabled with a line like the following in
-/etc/portage/package.use:
-
-    sys-apps/portage rsync-verify
-
-3) After the configuration changes in steps 1 and 2 have been made, run
-the following command:
-
-    emerge --oneshot --newuse '>=sys-apps/portage-2.3.24'
-
-After all above steps are successfully completed, a line like the
-following should appear in the emerge --info output for the gentoo
-repository:
-
-    sync-rsync-verify-metamanifest: yes
-
-If you wish to disable it for some reason, you can set
-'sync-rsync-verify-metamanifest = no' in your repos.conf.
-
-[1] https://bugs.gentoo.org/650144 sys-apps/portage: [TRACKER] issues
-    related to 'rsync-verify' USE flag
-[2] https://bugs.gentoo.org/647964 app-portage/gemato-11.2: deadlock?
-[3] https://bugs.gentoo.org/649276 sys-apps/portage: gpg key refresh
-    needs exponential backoff with jitter


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-04 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 17:12 [gentoo-commits] data/gentoo-news:master commit in: 2018-03-13-portage-rsync-verification-unstable/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2018-03-13 23:06 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox