Change github references in bootstrap.sh
This commit is contained in:
parent
365ac9e95e
commit
f700c5ee9a
|
@ -450,7 +450,7 @@ statusCheck() {
|
||||||
echo "******************************************************************"
|
echo "******************************************************************"
|
||||||
echo "The Travis build did not finish, this is an error with its config."
|
echo "The Travis build did not finish, this is an error with its config."
|
||||||
echo "I cannot reliably determine whether the build is succeeding or not."
|
echo "I cannot reliably determine whether the build is succeeding or not."
|
||||||
echo "Consider checking for and maybe opening an issue on github"
|
echo "Consider checking for and maybe opening an issue on gitlab"
|
||||||
echo "******************************************************************"
|
echo "******************************************************************"
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
|
@ -469,7 +469,7 @@ statusCheck() {
|
||||||
###########################################################################
|
###########################################################################
|
||||||
boot()
|
boot()
|
||||||
{
|
{
|
||||||
echo "Cloning github repo..."
|
echo "Cloning gitlab repo..."
|
||||||
git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive
|
git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive
|
||||||
rustInstall
|
rustInstall
|
||||||
if [[ "`cargo install --list`" != *"xargo"* ]]; then
|
if [[ "`cargo install --list`" != *"xargo"* ]]; then
|
||||||
|
|
Loading…
Reference in a new issue