summaryrefslogtreecommitdiffstats
path: root/scripts/tps-download.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-01-14 12:44:57 -0500
committerEndi S. Dewata <edewata@redhat.com>2014-01-14 12:44:57 -0500
commit6c917d96cb5fb61680ebfe1cba3040dd4b38180d (patch)
tree797a0a784ab47b75022d9566007e5ccc6094bbd5 /scripts/tps-download.sh
parent779c417a7d9590322a9cfe0060db605568e74af8 (diff)
downloadpki-dev-6c917d96cb5fb61680ebfe1cba3040dd4b38180d.tar.gz
pki-dev-6c917d96cb5fb61680ebfe1cba3040dd4b38180d.tar.xz
pki-dev-6c917d96cb5fb61680ebfe1cba3040dd4b38180d.zip
Updated TPS scripts.
Diffstat (limited to 'scripts/tps-download.sh')
-rwxr-xr-xscripts/tps-download.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/tps-download.sh b/scripts/tps-download.sh
new file mode 100755
index 0000000..5c7303c
--- /dev/null
+++ b/scripts/tps-download.sh
@@ -0,0 +1,12 @@
+#!/bin/sh -x
+
+cd ~/Downloads
+
+BASE_URL=http://kojipkgs.fedoraproject.org/packages
+PACKAGE=pki-tps
+VERSION=10.1.0
+RELEASE=1
+OS=fc20
+
+wget $BASE_URL/$PACKAGE/$VERSION/$RELEASE.$OS/x86_64/pki-tps-$VERSION-$RELEASE.$OS.x86_64.rpm
+wget $BASE_URL/$PACKAGE/$VERSION/$RELEASE.$OS/x86_64/pki-tps-debuginfo-$VERSION-$RELEASE.$OS.x86_64.rpm