Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
5fbb60d9
Commit
5fbb60d9
authored
May 13, 2015
by
Ignacio Pisso
Browse files
create_tarball.sh for version=9.2.0.2
Signed-off-by:
Ignacio Pisso
<
Ignacio.Pisso@nilu.no
>
parent
ade0176b
Changes
1
Hide whitespace changes
Inline
Side-by-side
create_tarball.sh
View file @
5fbb60d9
#!/bin/bash
tarball_tmp
=
flexpart
$
1
version
=
9.2.0.2
tarball_tmp
=
flexpart
$
version
mkdir
$tarball_tmp
mkdir
$tarball_tmp
/src
...
...
@@ -10,5 +10,10 @@ cp src/makefile $tarball_tmp/src
cp
src/makefile.gfs
$tarball_tmp
/src
cp
-r
options
$tarball_tmp
tar
-cvf
flexpart
$1
.tar
$tarball_tmp
/
*
mkdir
$tarball_tmp
/tests
cp
-r
tests/NILU/test_1
$tarball_tmp
/tests/
#return
tar
-cvf
flexpart
$version
.tar
$tarball_tmp
/
*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment