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
packaging
raspbian-icinga2
Commits
42a6f892
Commit
42a6f892
authored
Jul 18, 2019
by
Markus Frosch
Browse files
Update fetch-upstream
parent
2a477c53
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/fetch-upstream
View file @
42a6f892
#!/bin/bash
REMOTE
=
upstream
REMOTE_URL
=
https://git
hub.com/Ic
ing
a
/deb-icinga2.git
REMOTE_URL
=
https://git
.icinga.com/packag
ing/deb-icinga2.git
if
!
git config
"remote.
${
REMOTE
}
.url"
&>/dev/null
;
then
git remote add
"
${
REMOTE
}
"
"
${
REMOTE_URL
}
"
...
...
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