-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script to automate downloading and pushing RH icons to github #11
Comments
Working on this now. I have a question @mairin Will this git tree ever be "dirty"? In other words, do you ever work in the repo yourself? I don't want to accidentally add EVERYTHING in the repo if you have works-in-progress in there that you don't want auto-added/committed/pushed. I'm trying to determine whether I need to take extra precautions to ensure that ONLY the new items are added and pushed, or whether we can just let Git figure it out. |
The answer was that no, the state of the Git repo on the local machine will never be dirty. |
Complete. https://github.com/notklaatu/getzipgit Now we need to create a Git repo to push to. Note to self: in gitexclude file, list __MACOSX because there are a bunch in the icon set. |
Created http://github.com/RedHatOfficial/iconset Sent RPM to Mairín for testing. I'm closing this issue; any further issue with getzipgit should be filed against that tool and not this repo. |
This is amazing, thanks @notklaatu! Giving it a test run now. |
Reopening. Bash for webDAV seems unreliable, re-implementing in Python or something else. |
General model:
When new icons are released internally, @mairin will receive an email notification.
When receiving the email notification, @mairin will run a script locally on her machine that will:
After running the script. @mairin should be able to do a git commit and git push to push to the new repo.
Create above script
Create repo for icons (current repo name is red-hat-icons; we could just call it iconset
The text was updated successfully, but these errors were encountered: