Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Pipeline nightly
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Pipeline nightly
Commits
3cf159a5
Commit
3cf159a5
authored
5 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
do not remove output
parent
608c8131
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
update-gluon.sh
+0
-3
0 additions, 3 deletions
update-gluon.sh
with
0 additions
and
3 deletions
update-gluon.sh
+
0
−
3
View file @
3cf159a5
...
@@ -13,8 +13,6 @@ upstream_newest_minor=$(git ls-remote --tags --refs https://github.com/freifunk-
...
@@ -13,8 +13,6 @@ upstream_newest_minor=$(git ls-remote --tags --refs https://github.com/freifunk-
fork_newest_minor_branch
=
"
$upstream_newest_minor
-ffs"
fork_newest_minor_branch
=
"
$upstream_newest_minor
-ffs"
fork_newest_minor_tag
=
"
$upstream_newest_minor
-ffs0.1"
fork_newest_minor_tag
=
"
$upstream_newest_minor
-ffs0.1"
{
set
-x
git clone
"
$gluon_git_url
"
gluon
git clone
"
$gluon_git_url
"
gluon
cd
gluon
cd
gluon
git remote add upstream
"
$gluon_upstream_git_url
"
git remote add upstream
"
$gluon_upstream_git_url
"
...
@@ -32,7 +30,6 @@ git checkout -b "$fork_newest_minor_branch"
...
@@ -32,7 +30,6 @@ git checkout -b "$fork_newest_minor_branch"
git tag
"
$fork_newest_minor_tag
"
git tag
"
$fork_newest_minor_tag
"
git push origin
git push origin
git push origin
"
$fork_newest_minor_tag
"
git push origin
"
$fork_newest_minor_tag
"
}
&> /dev/null
new_gluon_rev
=
$(
git rev-parse HEAD
)
new_gluon_rev
=
$(
git rev-parse HEAD
)
...
...
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