Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flexpart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Püschel
Flexpart
Commits
5fbb60d9
Commit
5fbb60d9
authored
May 13, 2015
by
Ignacio Pisso
Browse files
Options
Downloads
Patches
Plain Diff
create_tarball.sh for version=9.2.0.2
Signed-off-by:
Ignacio Pisso
<
Ignacio.Pisso@nilu.no
>
parent
ade0176b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
create_tarball.sh
+8
-3
8 additions, 3 deletions
create_tarball.sh
with
8 additions
and
3 deletions
create_tarball.sh
+
8
−
3
View file @
5fbb60d9
#!/bin/bash
#!/bin/bash
version
=
9.2.0.2
tarball_tmp
=
flexpart
$
1
tarball_tmp
=
flexpart
$
version
mkdir
$tarball_tmp
mkdir
$tarball_tmp
mkdir
$tarball_tmp
/src
mkdir
$tarball_tmp
/src
...
@@ -10,5 +10,10 @@ cp src/makefile $tarball_tmp/src
...
@@ -10,5 +10,10 @@ cp src/makefile $tarball_tmp/src
cp
src/makefile.gfs
$tarball_tmp
/src
cp
src/makefile.gfs
$tarball_tmp
/src
cp
-r
options
$tarball_tmp
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
/
*
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment