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
immerda
Container Images
gitlab
Commits
f096100e
Commit
f096100e
authored
Mar 18, 2021
by
mh
Browse files
Revert "temp unblock update"
This reverts commit
fa42085c
parent
9e305341
Pipeline
#6718
passed with stage
in 21 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
update_git.sh
View file @
f096100e
...
...
@@ -7,8 +7,7 @@ cd upstream
cur_git_branch
=
$(
git rev-parse
--abbrev-ref
HEAD
)
# 43-43-stable seems to be noise
# WARNING(o): 13-10 can't be built yet, but we should update 13-9
latest_branch
=
$(
git branch
-a
|
grep
-E
'/origin/[01-9\-]+\-stable$'
|
grep
-v
'43-43-stable'
|
grep
-v
'13-10-stable'
|
sed
's/ remotes\/origin\///'
|
sort
-V
|
tail
-n
1
)
latest_branch
=
$(
git branch
-a
|
grep
-E
'/origin/[01-9\-]+\-stable$'
|
grep
-v
'43-43-stable'
|
sed
's/ remotes\/origin\///'
|
sort
-V
|
tail
-n
1
)
tmp_branch_name
=
old-
$(
date
+%Y%m%d
)
cur_dir
=
$(
dirname
$(
readlink
-f
$0
))
...
...
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