* [gentoo-commits] proj/security:master commit in: bin/, lib/python/
@ 2024-05-03 6:34 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2024-05-03 6:34 UTC (permalink / raw
To: gentoo-commits
commit: db6834c430b56525c5475235e06216db3cf18992
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 3 06:34:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 3 06:34:34 2024 +0000
URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=db6834c4
Update /usr/portage -> /var/db/repos/gentoo
Not that lib/python/assign.py will work well anyway given it still
thinks we have herds...
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/pkgmove-glsa.sh | 2 +-
lib/python/assign.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/pkgmove-glsa.sh b/bin/pkgmove-glsa.sh
index da7dbac..d591204 100755
--- a/bin/pkgmove-glsa.sh
+++ b/bin/pkgmove-glsa.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-UPDATESDIR="/usr/portage/profiles/updates"
+UPDATESDIR="/var/db/repos/gentoo/profiles/updates"
GLSADIR="/dev/shm/glsa"
THISYEAR="`date +%Y`"
diff --git a/lib/python/assign.py b/lib/python/assign.py
index 4f5fa2d..07596c8 100755
--- a/lib/python/assign.py
+++ b/lib/python/assign.py
@@ -12,7 +12,7 @@ try:
except ImportError:
import elementtree.ElementTree as et
-PORTDIR = "/usr/portage"
+PORTDIR = "/var/db/repos/gentoo"
HERDS = PORTDIR + "/metadata/herds.xml"
heXML = None
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-03 6:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03 6:34 [gentoo-commits] proj/security:master commit in: bin/, lib/python/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox