Skip to content
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

RPM build helper #8483

Merged
merged 3 commits into from Dec 2, 2013
Merged

RPM build helper #8483

merged 3 commits into from Dec 2, 2013

Conversation

mbirtwell
Copy link
Contributor

I've had to create my own custom salt RPMs a couple of times now and I've found the attached script helpful. So I thought I'd share.

@thatch45
Copy link
Member

Let me chew on this, I am thinking that maybe this should go in contrib...

@thatch45 thatch45 merged commit 9879de8 into saltstack:develop Dec 2, 2013
@thatch45
Copy link
Member

thatch45 commented Dec 2, 2013

Sorry about the delay here!

@mbirtwell
Copy link
Contributor Author

No worries, thank you.

On Monday, 2 December 2013, Thomas S Hatch wrote:

Sorry about the delay here!


Reply to this email directly or view it on GitHubhttps://github.com//pull/8483#issuecomment-29642811
.

import sys
import os
import tarfile
import argparse
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is Python 2.7 only. For 2.6 you need to pip install argparse.

@mbirtwell mbirtwell deleted the rpm_build_helper branch January 23, 2014 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants