Skip to content

Commit 65e640d

Browse files
committed
Added a packaging script
1 parent 34f5484 commit 65e640d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

make_package

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tar -C .. \
2+
-zcvf onlyblog-0.1.tar.gz \
3+
onlyblog \
4+
--no-same-owner \
5+
--exclude-from package.excl \
6+
--exclude "*.tar.*"

package.excl

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
onlyblog/.git
2+
onlyblog/data
3+
onlyblog/config.inc
4+
onlyblog/package.excl
5+
onlyblog/make_package

0 commit comments

Comments
 (0)