[Rpm-maint] [rpm-software-management/rpm] Remove remaining Python helpers and scripts from the repo (#1607)
Miro Hrončok
notifications at github.com
Wed Apr 7 10:42:54 UTC 2021
```
git clone https://github.com/rpm-software-management/rpm.git python-rpm-packaging
cd python-rpm-packaging
git remote remove origin
git switch -c main
git filter-repo --path-glob 'scripts/*python*' --path-glob 'fileattrs/*python*' --path platform.in --path COPYING --path CREDITS --force
FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch -f --prune-empty --tree-filter 'sed -i "/python/!d" platform.in || :; test -s platform.in || rm -f platform.in' -- --all
git remote add origin git at github.com:rpm-software-management/python-rpm-packaging.git
git push -u origin main
```
Looks good? I'll add a README and modify CREDITS accordingly later manually.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1607#issuecomment-814808384
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210407/5479d863/attachment.html>
More information about the Rpm-maint
mailing list