public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/folly-rpm-macros] rawhide: Stop tracking the license helper's __pycache__
Date: Fri, 25 Sep 2026 08:19:55 GMT	[thread overview]
Message-ID: <179032439552.1.4298067489591759727.rpms-folly-rpm-macros-c261b0ab933c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/folly-rpm-macros
            Branch : rawhide
            Commit : c261b0ab933c4a4893252e70eb08423544deb25b
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-09-25T09:14:15+01:00
            Stats  : +3/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/folly-rpm-macros/c/c261b0ab933c4a4893252e70eb08423544deb25b?branch=rawhide

            Log:
            Stop tracking the license helper's __pycache__

- Drop the .pyc committed by accident in 46-3 and ignore __pycache__,
  local src.rpms and the mock result directory

Running getdeps_vendor_license_check from the checkout caches the script
as __pycache__/getdeps_vendor_license_checkcpython-3XX.pyc (no dot: the
script has no .py suffix), which git add -A then picked up.

Assisted-by: Claude Code:claude-opus-5
Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1c6c8dc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+__pycache__/
+*.src.rpm
+repo/

diff --git a/__pycache__/getdeps_vendor_license_checkcpython-314.pyc b/__pycache__/getdeps_vendor_license_checkcpython-314.pyc
deleted file mode 100644
index 890a6b3..0000000
Binary files a/__pycache__/getdeps_vendor_license_checkcpython-314.pyc and /dev/null differ

                 reply	other threads:[~2026-09-25  8:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=179032439552.1.4298067489591759727.rpms-folly-rpm-macros-c261b0ab933c@fedoraproject.org \
    --to=salimma@fedoraproject.org \
    --cc=git-commits@fedoraproject.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