public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/folly-rpm-macros] rawhide: Stop tracking the license helper's __pycache__
@ 2026-09-25  8:19 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-25  8:19 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25  8:19 [rpms/folly-rpm-macros] rawhide: Stop tracking the license helper's __pycache__ Michel Lind

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