Skip to content

Commit

Permalink
Created bundle creation script for IncludeOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAakesson committed Mar 14, 2017
1 parent 6bfc869 commit 1da2736
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ src/contrib/perl-xs/Botan.c
src/contrib/perl-xs/Botan.o
src/contrib/perl-xs/MYMETA*
src/contrib/perl-xs/*blib

# IncludeOS
botan-includeos.tar.gz
5 changes: 5 additions & 0 deletions create_bundle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

TARFILE="botan-includeos.tar.gz"
tar -chzf $TARFILE --exclude "build/include/botan/internal" libbotan-2.a build/include/botan
echo -e "> Created $TARFILE"

0 comments on commit 1da2736

Please sign in to comment.