summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2010-03-17 15:13:11 -0500
committerVictor Lowther <victor.lowther@gmail.com>2010-03-17 15:13:11 -0500
commit644f9fd4fa89636b93b497ba23bcd6279ae27f74 (patch)
tree3a436fba0fb8615bab47f3a6663d7e9c60c11e0c
parentb3d0786cc1c19da0759c24f315d7ccbd148644c1 (diff)
Move make-rpm to the master branchrpm
-rwxr-xr-xmake-rpm11
1 files changed, 0 insertions, 11 deletions
diff --git a/make-rpm b/make-rpm
deleted file mode 100755
index 19e55af..0000000
--- a/make-rpm
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-export PM_UTILS_DIR="$(pwd)"
-export TIMESTAMP="$(git log --pretty=format:"%ct" |head -1)"
-export GITREV="$(git log --pretty=format:"%t" |head -1)"
-sed -e "s,[@]TIMESTAMP[@],$TIMESTAMP,g" \
- -e "s,[@]GITREV[@],$GITREV,g" <pm-utils.spec.in >pm-utils.spec
-
-rpmbuild -bb pm-utils.spec
-
-# clean up after ourselves
-git clean -f -x -d