Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
bb9517f7
Commit
bb9517f7
authored
7 years ago
by
Yves Noirjean
Committed by
yvesn
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
not checking out master - branch is created from current branch; adding only modified files to git
parent
63dd160d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis_all/source/bash/build/branch.sh
+3
-4
3 additions, 4 deletions
openbis_all/source/bash/build/branch.sh
with
3 additions
and
4 deletions
openbis_all/source/bash/build/branch.sh
+
3
−
4
View file @
bb9517f7
...
...
@@ -20,8 +20,6 @@ fi
cd
"
$(
dirname
"
$0
"
)
/../../../.."
# create branch in git from master
git checkout master
git pull
git checkout
-b
$1
git push
-u
origin
$1
...
...
@@ -56,7 +54,9 @@ for project in $GRADLE_PROJECTS; do
for
file
in
build.gradle javaproject.gradle gwtdev.gradle query-api.gradle proteomics-api.gradle screening-api.gradle admin-console.gradle clients.gradle
;
do
if
[
-s
$file
]
;
then
sed
-f
sed_commands
$file
>
$file
.tmp
;
mv
$file
.tmp
$file
;
mv
$file
.tmp
$file
;
# add to git
git add
$file
fi
;
done
...
...
@@ -65,6 +65,5 @@ for project in $GRADLE_PROJECTS; do
done
# commit dependency versions
git add
--all
git commit
-m
"fixed dependencies of
$1
"
;
git push
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
register
or
sign in
to comment