summaryrefslogtreecommitdiffstats
path: root/scripts/theme-build.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-12-05 08:43:51 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-12-05 08:43:51 -0600
commit61ba4653098c9b37ba4679421cfb1a7856bd5669 (patch)
tree8c7f2b7bce01b6db1d29df5c65fe7a230b562f45 /scripts/theme-build.sh
parente1dfb9437faf90a6dc105768ada4112c40f792bc (diff)
downloadpki-dev-61ba4653098c9b37ba4679421cfb1a7856bd5669.tar.gz
pki-dev-61ba4653098c9b37ba4679421cfb1a7856bd5669.tar.xz
pki-dev-61ba4653098c9b37ba4679421cfb1a7856bd5669.zip
Created local repo.
Diffstat (limited to 'scripts/theme-build.sh')
-rwxr-xr-xscripts/theme-build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/theme-build.sh b/scripts/theme-build.sh
index ef80523..ffefb76 100755
--- a/scripts/theme-build.sh
+++ b/scripts/theme-build.sh
@@ -7,7 +7,10 @@ cd $SRC_DIR
rm -rf packages
mkdir packages
-./pki/scripts/compose_dogtag_pki_theme_packages rpms
+pki/scripts/compose_dogtag_pki_theme_packages rpms | tee packages/build.log
+
+mv `find packages/RPMS -name *.rpm` repo
+createrepo repo
rm -rf packages.theme
mv packages packages.theme