Show More
@@ -1,11 +1,6 b'' | |||||
1 | #!/bin/bash -e |
|
1 | #!/bin/bash -e | |
2 | # |
|
2 | # | |
3 | # Build a Mercurial RPM from the current repo |
|
3 | # Build a Mercurial RPM from the current repo, mainly for Fedora/CentOS/RHEL | |
4 | # |
|
|||
5 | # Tested on |
|
|||
6 | # - Fedora 20 |
|
|||
7 | # - CentOS 5 |
|
|||
8 | # - centOS 6 |
|
|||
9 |
|
4 | |||
10 | . $(dirname $0)/packagelib.sh |
|
5 | . $(dirname $0)/packagelib.sh | |
11 |
|
6 |
General Comments 0
You need to be logged in to leave comments.
Login now