From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/
Date: Tue, 3 Dec 2019 23:18:30 +0000 (UTC) [thread overview]
Message-ID: <1575415082.1c2e99fbf21675c8335ab8a3eee0ed58e89c4342.zmedico@gentoo> (raw)
commit: 1c2e99fbf21675c8335ab8a3eee0ed58e89c4342
Author: Zac Medico <zachary.medico <AT> sony <DOT> com>
AuthorDate: Tue Dec 3 23:14:54 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 23:18:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1c2e99fb
repoman commit: ignore unadded hidden files except '.' itself
Fixes: a561ac910331 ("repoman commit: ignore unadded hidden files")
Bug: https://bugs.gentoo.org/541076
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
repoman/lib/repoman/actions.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/repoman/lib/repoman/actions.py b/repoman/lib/repoman/actions.py
index 2817fa58a..387ba7800 100644
--- a/repoman/lib/repoman/actions.py
+++ b/repoman/lib/repoman/actions.py
@@ -334,7 +334,7 @@ the whole commit message to abort.
if myunadded:
for x in range(len(myunadded) - 1, -1, -1):
xs = myunadded[x].split("/")
- if (any(token.startswith('.') for token in xs) or
+ if (any(token.startswith('.') and token != '.' for token in xs) or
self.repo_settings.repo_config.find_invalid_path_char(myunadded[x]) != -1):
# The Manifest excludes this file,
# so it's safe to ignore.
next reply other threads:[~2019-12-03 23:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-03 23:18 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-31 6:34 [gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/ Zac Medico
2021-03-31 6:28 Zac Medico
2021-03-28 22:59 Zac Medico
2021-03-28 18:48 Zac Medico
2020-08-16 0:43 Zac Medico
2020-08-15 23:56 Zac Medico
2020-03-23 22:02 Zac Medico
2019-12-03 23:07 Zac Medico
2019-05-26 4:29 Zac Medico
2018-10-27 23:39 Zac Medico
2018-09-30 20:38 Mike Gilbert
2018-09-30 20:38 Mike Gilbert
2018-09-22 9:44 Zac Medico
2018-08-16 20:05 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1575415082.1c2e99fbf21675c8335ab8a3eee0ed58e89c4342.zmedico@gentoo \
--to=zmedico@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox