summaryrefslogtreecommitdiffstats
path: root/scripts/meta-download.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-07-20 08:37:47 +0200
committerEndi S. Dewata <edewata@redhat.com>2017-07-20 08:37:47 +0200
commitab60a2d6737a828409fdb057b1069308ae98025c (patch)
treebb48ef1624b300fd69480418d4873cebd50fb742 /scripts/meta-download.sh
parent7eb3f1603dda1f8ea2c261fc3996ba85444d4bd0 (diff)
downloadpki-dev-ab60a2d6737a828409fdb057b1069308ae98025c.tar.gz
pki-dev-ab60a2d6737a828409fdb057b1069308ae98025c.tar.xz
pki-dev-ab60a2d6737a828409fdb057b1069308ae98025c.zip
Added meta scripts.
Diffstat (limited to 'scripts/meta-download.sh')
-rwxr-xr-xscripts/meta-download.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/meta-download.sh b/scripts/meta-download.sh
new file mode 100755
index 0000000..ab9eccd
--- /dev/null
+++ b/scripts/meta-download.sh
@@ -0,0 +1,11 @@
+#!/bin/sh -x
+
+cd ~/Downloads
+
+BASE_URL=http://kojipkgs.fedoraproject.org/packages
+PACKAGE=dogtag-pki
+VERSION=10.3.5
+RELEASE=1
+OS=fc24
+
+wget $BASE_URL/$PACKAGE/$VERSION/$RELEASE.$OS/noarch/dogtag-pki-$VERSION-$RELEASE.$OS.noarch.rpm