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
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,688
Issues
1,688
List
Boards
Labels
Service Desk
Milestones
Merge Requests
84
Merge Requests
84
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
d656a6ed
Commit
d656a6ed
authored
Sep 13, 2016
by
HERBERT Ryan
Committed by
Mathieu Giraud
Sep 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Packaging VERSION file
Added automatically built VERSION files to all packages
parent
399a262a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
1 deletion
+14
-1
packaging/build-algo.sh
packaging/build-algo.sh
+2
-1
packaging/build-browser.sh
packaging/build-browser.sh
+1
-0
packaging/build-generic.sh
packaging/build-generic.sh
+9
-0
packaging/build-germline.sh
packaging/build-germline.sh
+1
-0
packaging/build-server.sh
packaging/build-server.sh
+1
-0
No files found.
packaging/build-algo.sh
View file @
d656a6ed
...
...
@@ -12,9 +12,10 @@ copy_files -s="$source_files" -d="$dest_files"
cd
"
$MY_PWD
/
$dest_files
/germline"
make
cd
"
$MY_PWD
/
$dest_files
/data"
cd
"
$MY_PWD
/
$exec_dir
"
create_version_file
"
$MY_PWD
/
$dest_files
/algo/VERSION"
bash
"
$MY_PWD
/mkdeb"
cd
"
$MY_PWD
"
...
...
packaging/build-browser.sh
View file @
d656a6ed
...
...
@@ -17,6 +17,7 @@ cd "$MY_PWD/$dest_files/data"
make
cd
"
$MY_PWD
/
$exec_dir
"
create_version_file
"
$MY_PWD
/
$dest
-files/browser/"
bash
"
$MY_PWD
/mkdeb"
cd
"
$MY_PWD
"
...
...
packaging/build-generic.sh
View file @
d656a6ed
...
...
@@ -57,3 +57,12 @@ remove_files() {
fi
done
}
create_version_file
()
{
changelog
=
"
`
dpkg-parsechangelog
`
"
name
=
"
`
echo
"
$changelog
"
|
grep
'^Source: '
|
cut
-b9-
`
"
fullversion
=
"
`
echo
"
$changelog
"
|
grep
'^Version: '
|
cut
-b10-
`
"
version
=
"
${
fullversion
%-*
}
"
echo
"
$version
"
>
"
$1
/VERSION"
}
packaging/build-germline.sh
View file @
d656a6ed
...
...
@@ -11,6 +11,7 @@ exec_dir="$dest_files"
copy_files
-s
=
"
$source_files
"
-d
=
"
$dest_files
"
--debug
cd
"
$MY_PWD
/
$exec_dir
"
create_version_file
"
$MY_PWD
/
$dest_files
/germline"
bash
"
$MY_PWD
/mkdeb"
cd
"
$MY_PWD
"
...
...
packaging/build-server.sh
View file @
d656a6ed
...
...
@@ -15,6 +15,7 @@ make
cd
"
$MY_PWD
/
$dest_files
/data"
cd
"
$MY_PWD
/
$exec_dir
"
create_version_file
"
$MY_PWD
/
$dest_files
/server"
bash
"
$MY_PWD
/mkdeb"
cd
"
$MY_PWD
"
...
...
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