⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
IoTa-pub
All Projects
IoTa-pub
Overview
Activity
Spent time
News
Documents
Wiki
Files
Repository
Download (586 Bytes)
Statistics
| Branch:
master
| Tag:
1.0
1.9
1.99
2.0
2.1
| Revision:
root
/
make-tar.sh
@ 8fd1d584
View
History
Annotate
#!/bin/sh
mkdir
-p
target
version
=
$(
cat
Version 2>/dev/null
)
name
=
IoTa-Installer
tar
chf target/iota-installer-
${
version
}
.tar README LISEZMOI Licenses AUTHORS copyright GPL-3
$name
/lib
$name
/resources
$name
/install_iota.py
$name
/README
$name
/LISEZMOI
srctar
=
iota-
${
version
}
-src
.tar.gz
find
.
-type
f
\
-not
-name
.directory
\
-not
-name
"*~"
\
-not
-name
"*.bak"
\
-not
-name
"*.class"
\
-not
-name
"*.pyc"
\
-not
-name
"*.log"
\
-not
-path
"*/.git/*"
\
-not
-path
"*/target/*"
\
-print0
| xargs
-0
tar
caf target/
$srctar
« Previous
1
…
9
10
11
12
Next »
(11-11/12)
Loading...