Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexpart
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
flexpart
flexpart
Commits
6d420c3a
Commit
6d420c3a
authored
May 17, 2017
by
Ignacio Pisso
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add create_tarball.sh to dev branch for release of version 10.2
parent
2bec33ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
create_tarball.sh
create_tarball.sh
+19
-0
No files found.
create_tarball.sh
0 → 100755
View file @
6d420c3a
#!/bin/bash
version
=
10.2
tarball_tmp
=
flexpart
$version
mkdir
$tarball_tmp
mkdir
$tarball_tmp
/src
cp
src/
*
.f90
$tarball_tmp
/src
cp
src/makefile
$tarball_tmp
/src
cp
src/makefile.gfs
$tarball_tmp
/src
cp
-r
options
$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
Markdown
is supported
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