* [gentoo-commits] proj/gentoolkit:master commit in: data/eclean/
@ 2016-05-22 18:54 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2016-05-22 18:54 UTC (permalink / raw
To: gentoo-commits
commit: b37675526d62a623a077b39777e063bd0b7c3a54
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 09:57:32 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 22 09:57:32 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=b3767552
distfiles.exclude: add metadata.xsd (new repoman uses it)
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
data/eclean/distfiles.exclude | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/eclean/distfiles.exclude b/data/eclean/distfiles.exclude
index a31be55..a8272ce 100644
--- a/data/eclean/distfiles.exclude
+++ b/data/eclean/distfiles.exclude
@@ -3,3 +3,4 @@
# to protect distfiles from "ecleaning". You can also name some specific files.
# See `man eclean` for syntax details.
metadata.dtd
+metadata.xsd
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gentoolkit:master commit in: data/eclean/
@ 2016-06-30 20:54 Paul Varner
0 siblings, 0 replies; 4+ messages in thread
From: Paul Varner @ 2016-06-30 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 8507576f9a921f7b55f99e44fe9b33473e30d813
Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 20:51:26 2016 +0000
Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 20:51:26 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8507576f
eclean: Add exclusion to distfiles.exclude for portage snapshots
Added portage-\d\d\d\d\d\d\d\d\.tar\.bz2 to distfiles.exclude to
avoid removing portage snapshots used by emerge-delta-webrsync.
X-Gentoo-bug: 300224
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=300224
data/eclean/distfiles.exclude | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/eclean/distfiles.exclude b/data/eclean/distfiles.exclude
index a8272ce..1c6eaf4 100644
--- a/data/eclean/distfiles.exclude
+++ b/data/eclean/distfiles.exclude
@@ -4,3 +4,4 @@
# See `man eclean` for syntax details.
metadata.dtd
metadata.xsd
+portage-\d\d\d\d\d\d\d\d\.tar\.bz2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gentoolkit:master commit in: data/eclean/
@ 2024-04-25 9:04 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-04-25 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 13f24e6709d602af467e694a338fb5fd1e011026
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 08:56:08 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 09:04:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=13f24e67
distfiles.exclude: whitelist .layout.conf* and .mirror-cache.json
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
data/eclean/distfiles.exclude | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data/eclean/distfiles.exclude b/data/eclean/distfiles.exclude
index 1c6eaf4..ed087a7 100644
--- a/data/eclean/distfiles.exclude
+++ b/data/eclean/distfiles.exclude
@@ -2,6 +2,8 @@
# In this file you can list some categories or cat/pkg-name for which you want
# to protect distfiles from "ecleaning". You can also name some specific files.
# See `man eclean` for syntax details.
+.layout.conf*
+.mirror-cache.json
metadata.dtd
metadata.xsd
portage-\d\d\d\d\d\d\d\d\.tar\.bz2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gentoolkit:master commit in: data/eclean/
@ 2024-04-25 9:04 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-04-25 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 271b91db8a2ae47732ebbcd1a391445a7d93f4dc
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 08:56:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 09:04:02 2024 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=271b91db
distfiles.exclude: whitelist layout.conf
Bug: https://bugs.gentoo.org/877485
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoolkit/pull/47
Signed-off-by: Sam James <sam <AT> gentoo.org>
data/eclean/distfiles.exclude | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/eclean/distfiles.exclude b/data/eclean/distfiles.exclude
index ed087a7..a2de848 100644
--- a/data/eclean/distfiles.exclude
+++ b/data/eclean/distfiles.exclude
@@ -4,6 +4,7 @@
# See `man eclean` for syntax details.
.layout.conf*
.mirror-cache.json
+layout.conf
metadata.dtd
metadata.xsd
portage-\d\d\d\d\d\d\d\d\.tar\.bz2
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-25 9:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 20:54 [gentoo-commits] proj/gentoolkit:master commit in: data/eclean/ Paul Varner
-- strict thread matches above, loose matches on Subject: below --
2024-04-25 9:04 Sam James
2024-04-25 9:04 Sam James
2016-05-22 18:54 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox