Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
docs
Commits
3f0315a6
Commit
3f0315a6
authored
Oct 02, 2019
by
rinpatch
Browse files
manage.sh: Change remote urls to avoid redirects and add --branch option
parent
256cf9e1
Pipeline
#18081
passed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
manage.sh
View file @
3f0315a6
...
...
@@ -26,8 +26,8 @@ all() {
build
}
FRONTEND_REMOTE_REPO_DEFAULT
=
'https://git.pleroma.social/pleroma/pleroma-fe'
BACKEND_REMOTE_REPO_DEFAULT
=
'https://git.pleroma.social/pleroma/pleroma'
FRONTEND_REMOTE_REPO_DEFAULT
=
'https://git.pleroma.social/pleroma/pleroma-fe
.git
'
BACKEND_REMOTE_REPO_DEFAULT
=
'https://git.pleroma.social/pleroma/pleroma
.git
'
FRONTEND_LOCAL_REPO_DEFAULT
=
'../pleroma-fe'
BACKEND_LOCAL_REPO_DEFAULT
=
'../pleroma'
...
...
@@ -74,6 +74,10 @@ else
BACKEND_REPO
=
"
$2
"
shift
2
;;
--branch
)
branch
=
"
$2
"
shift
2
;;
-
*
)
echo
"invalid option:
$1
"
1>&2
shift
1
...
...
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