Commit ca2e1987 authored by Lorenzo Martinico's avatar Lorenzo Martinico Committed by Thomas Gambier

Set upstream install repository as Nexedi's gitlab

parent b2ef7ff9
......@@ -4,10 +4,10 @@
set -e
#chromebrew directories
OWNER="skycocker"
OWNER="nexedi"
REPO="chromebrew"
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_LIB_PATH="${CREW_PREFIX}/lib/crew/"
CREW_CONFIG_PATH="${CREW_PREFIX}/etc/crew/"
......@@ -195,7 +195,7 @@ ln -s "../lib/crew/crew" "${CREW_PREFIX}/bin/"
cd "${CREW_LIB_PATH}"
rm -rf .git
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
echo packages >> .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