Commit b7f5683a authored by Lorenzo Martinico's avatar Lorenzo Martinico Committed by Łukasz Nowak

Set upstream install repository as Nexedi's gitlab

parent 5d54b4a6
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
set -e set -e
#chromebrew directories #chromebrew directories
OWNER="skycocker" OWNER="nexedi"
REPO="chromebrew" REPO="chromebrew"
BRANCH="master" BRANCH="master"
URL="https://raw.githubusercontent.com/${OWNER}/${REPO}/${BRANCH}" URL="https://lab.nexedi.com/${OWNER}/${REPO}/raw/${BRANCH}"
CREW_PREFIX="${CREW_PREFIX:-/usr/local}" CREW_PREFIX="${CREW_PREFIX:-/usr/local}"
CREW_LIB_PATH="${CREW_PREFIX}/lib/crew/" CREW_LIB_PATH="${CREW_PREFIX}/lib/crew/"
CREW_CONFIG_PATH="${CREW_PREFIX}/etc/crew/" CREW_CONFIG_PATH="${CREW_PREFIX}/etc/crew/"
...@@ -203,7 +203,7 @@ ln -s "../lib/crew/crew" "${CREW_PREFIX}/bin/" ...@@ -203,7 +203,7 @@ ln -s "../lib/crew/crew" "${CREW_PREFIX}/bin/"
cd "${CREW_LIB_PATH}" cd "${CREW_LIB_PATH}"
rm -rf .git rm -rf .git
git init git init
git remote add -f origin "https://github.com/${OWNER}/${REPO}.git" git remote add -f origin "https://lab.nexedi.com/${OWNER}/${REPO}.git"
git config core.sparsecheckout true git config core.sparsecheckout true
echo packages >> .git/info/sparse-checkout echo packages >> .git/info/sparse-checkout
echo lib >> .git/info/sparse-checkout echo lib >> .git/info/sparse-checkout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment