Skip to content
Snippets Groups Projects
Verified Commit 234d57d5 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

DO NOT MERGE: fix install_pmbootstrap

parent 4ad66105
No related branches found
No related tags found
1 merge request!5706Draft: DO NOT MERGE: CI debug
Pipeline #208220 passed
......@@ -3,9 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# usage: install_pmbootstrap.sh [ADDITIONAL_PACKAGE, ...]
echo "**** install_pmbootstrap"
set -x
: "${PMBOOTSTRAP_TAG:="master"}"
: "${PMBOOTSTRAP_URL:="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git"}"
......@@ -38,6 +35,9 @@ add_remote_origin_original() {
cat /tmp/git_remote_add
exit 1
fi
# Make sure everyone can write to the repo later, since CI runs as several different users (root, TESTUSER/pmos, build)
chmod -R go+w "$pmaports/.git"
}
# Set up depends
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment