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
Olena
olena
Commits
d58738a0
Commit
d58738a0
authored
Nov 19, 2010
by
Guillaume Lazzara
Browse files
lrde-upload.sh: Upload tarball for branch next-build-test.
parent
3369290e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d58738a0
2010-11-19 Guillaume Lazzara <z@lrde.epita.fr>
* lrde-upload.sh: Upload tarball for branch next-build-test.
2010-11-18 Guillaume Lazzara <z@lrde.epita.fr>
2010-11-18 Guillaume Lazzara <z@lrde.epita.fr>
* configure.ac: Use tar-ustar to allow filenames with more than 99
* configure.ac: Use tar-ustar to allow filenames with more than 99
...
...
lrde-upload.sh
View file @
d58738a0
...
@@ -45,7 +45,7 @@ branch=$1
...
@@ -45,7 +45,7 @@ branch=$1
case
"
$branch
"
in
case
"
$branch
"
in
# Consider these branches only.
# Consider these branches only.
master|next|swilena|mesh-segm-skel
)
;;
master|next|swilena|mesh-segm-skel
|next-build-test
)
;;
# Don't upload other branches.
# Don't upload other branches.
*
)
exit
;;
*
)
exit
;;
esac
esac
...
...
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