Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #72 from arnovr/update_package
Browse files Browse the repository at this point in the history
Update package
  • Loading branch information
arnovr committed Apr 24, 2015
2 parents 9a0444f + 1065cf0 commit 0580845
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/package.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# I needed something quick to build a release with
# The script is crap, but it works for me. :)
# So bleh bleh bleh
cd ../
version=`cat appinfo/version`
version="ocusagecharts_$version"
Expand All @@ -21,7 +24,10 @@ rm -f .travis.yml
rm -f .scrutinizer.yml
rm -rf .idea
rm -rf tests/
rm -rf package.sh
rm -rf bin/
rm -rf vendor
rm -rf Vagrantfile
rm -rf ansible
cd ../
zip -r "$zipfile" "$version"

Expand Down

0 comments on commit 0580845

Please sign in to comment.