From 5d46330729710afba8a3ef9d70e5fd0dba153bb3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sun, 10 Jun 2018 11:28:39 -0600 Subject: [PATCH] WIP: Move to gitlab --- recipes/acid/recipe.sh | 2 +- recipes/binutils/recipe.sh | 2 +- recipes/cargo/recipe.sh | 2 +- recipes/cleye/recipe.sh | 2 +- recipes/contain/recipe.sh | 2 +- recipes/coreutils/recipe.sh | 2 +- recipes/dash/recipe.sh | 2 +- recipes/drivers-041/recipe.sh | 2 +- recipes/drivers/recipe.sh | 2 +- recipes/extrautils/recipe.sh | 2 +- recipes/findutils/recipe.sh | 2 +- recipes/freedoom/recipe.sh | 2 +- recipes/games/recipe.sh | 2 +- recipes/gawk/recipe.sh | 2 +- recipes/init/recipe.sh | 2 +- recipes/installer/recipe.sh | 2 +- recipes/ion/recipe.sh | 2 +- recipes/ipcd/recipe.sh | 2 +- recipes/keyboard-sfx/recipe.sh | 2 +- recipes/logd/recipe.sh | 2 +- recipes/netstack/recipe.sh | 2 +- recipes/netutils/recipe.sh | 2 +- recipes/nulld/recipe.sh | 2 +- recipes/orbdata/recipe.sh | 2 +- recipes/orbital/recipe.sh | 2 +- recipes/orbterm/recipe.sh | 2 +- recipes/orbutils/recipe.sh | 2 +- recipes/pastel/recipe.sh | 2 +- recipes/periodictable/recipe.sh | 3 +-- recipes/ptyd/recipe.sh | 2 +- recipes/randd/recipe.sh | 2 +- recipes/redoxfs/recipe.sh | 2 +- recipes/shellstorm/recipe.sh | 2 +- recipes/smith/recipe.sh | 2 +- recipes/sodium/recipe.sh | 3 +-- recipes/userutils/recipe.sh | 2 +- recipes/uutils/recipe.sh | 2 +- recipes/zerod/recipe.sh | 2 +- 38 files changed, 38 insertions(+), 40 deletions(-) diff --git a/recipes/acid/recipe.sh b/recipes/acid/recipe.sh index a78455758..8704aff26 100644 --- a/recipes/acid/recipe.sh +++ b/recipes/acid/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/acid.git +GIT=https://gitlab.redox-os.org/redox-os/acid.git diff --git a/recipes/binutils/recipe.sh b/recipes/binutils/recipe.sh index 3f8b7abcc..3083a53ad 100644 --- a/recipes/binutils/recipe.sh +++ b/recipes/binutils/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/binutils.git +GIT=https://gitlab.redox-os.org/redox-os/binutils.git diff --git a/recipes/cargo/recipe.sh b/recipes/cargo/recipe.sh index 0a879135a..d970be189 100644 --- a/recipes/cargo/recipe.sh +++ b/recipes/cargo/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/cargo.git +GIT=https://gitlab.redox-os.org/redox-os/cargo.git BRANCH=redox BUILD_DEPENDS=(openssl zlib) diff --git a/recipes/cleye/recipe.sh b/recipes/cleye/recipe.sh index 82509c0d0..86eeca2ba 100755 --- a/recipes/cleye/recipe.sh +++ b/recipes/cleye/recipe.sh @@ -1,2 +1,2 @@ -GIT=https://github.com/redox-os/cleye.git +GIT=https://gitlab.redox-os.org/redox-os/cleye.git GIT_UPSTREAM=https://github.com/evanandrewrose/cleye.git diff --git a/recipes/contain/recipe.sh b/recipes/contain/recipe.sh index 60d7e75df..b4a28108d 100644 --- a/recipes/contain/recipe.sh +++ b/recipes/contain/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/contain.git +GIT=https://gitlab.redox-os.org/redox-os/contain.git diff --git a/recipes/coreutils/recipe.sh b/recipes/coreutils/recipe.sh index 599b73d05..f95584996 100644 --- a/recipes/coreutils/recipe.sh +++ b/recipes/coreutils/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/coreutils.git +GIT=https://gitlab.redox-os.org/redox-os/coreutils.git diff --git a/recipes/dash/recipe.sh b/recipes/dash/recipe.sh index 93baa757d..36f27244d 100644 --- a/recipes/dash/recipe.sh +++ b/recipes/dash/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/dash.git +GIT=https://gitlab.redox-os.org/redox-os/dash.git BRANCH=redox function recipe_version { diff --git a/recipes/drivers-041/recipe.sh b/recipes/drivers-041/recipe.sh index 4926e2669..ae52e81a2 100644 --- a/recipes/drivers-041/recipe.sh +++ b/recipes/drivers-041/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/drivers.git +GIT=https://gitlab.redox-os.org/redox-os/drivers.git BRANCH=0.4.1 CARGOFLAGS=--all diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh index 21380af30..eb3653f2b 100644 --- a/recipes/drivers/recipe.sh +++ b/recipes/drivers/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/drivers.git +GIT=https://gitlab.redox-os.org/redox-os/drivers.git CARGOFLAGS=--all function recipe_version { diff --git a/recipes/extrautils/recipe.sh b/recipes/extrautils/recipe.sh index cef3940ac..c046ce052 100644 --- a/recipes/extrautils/recipe.sh +++ b/recipes/extrautils/recipe.sh @@ -1,2 +1,2 @@ -GIT=https://github.com/redox-os/extrautils.git +GIT=https://gitlab.redox-os.org/redox-os/extrautils.git BUILD_DEPENDS=(xz) diff --git a/recipes/findutils/recipe.sh b/recipes/findutils/recipe.sh index 601f7fc8e..e140a2f97 100644 --- a/recipes/findutils/recipe.sh +++ b/recipes/findutils/recipe.sh @@ -1,3 +1,3 @@ -GIT=https://github.com/redox-os/findutils.git +GIT=https://gitlab.redox-os.org/redox-os/findutils.git GIT_UPSTREAM=https://github.com/uutils/findutils.git CARGOFLAGS="--bin find" diff --git a/recipes/freedoom/recipe.sh b/recipes/freedoom/recipe.sh index 19adca409..f539fb1ed 100644 --- a/recipes/freedoom/recipe.sh +++ b/recipes/freedoom/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/freedoom.git +GIT=https://gitlab.redox-os.org/redox-os/freedoom.git DEPENDS=(ion prboom) function recipe_version { diff --git a/recipes/games/recipe.sh b/recipes/games/recipe.sh index 1d7461185..b0aa22fc8 100644 --- a/recipes/games/recipe.sh +++ b/recipes/games/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/games.git +GIT=https://gitlab.redox-os.org/redox-os/games.git diff --git a/recipes/gawk/recipe.sh b/recipes/gawk/recipe.sh index 0658bdd60..9d52945e1 100644 --- a/recipes/gawk/recipe.sh +++ b/recipes/gawk/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/gawk +GIT=https://gitlab.redox-os.org/redox-os/gawk BRANCH=redox function recipe_update { diff --git a/recipes/init/recipe.sh b/recipes/init/recipe.sh index 3edcc3a32..ee32b737a 100644 --- a/recipes/init/recipe.sh +++ b/recipes/init/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/init +GIT=https://gitlab.redox-os.org/redox-os/init diff --git a/recipes/installer/recipe.sh b/recipes/installer/recipe.sh index 398e4f022..7717fe61a 100644 --- a/recipes/installer/recipe.sh +++ b/recipes/installer/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/installer.git +GIT=https://gitlab.redox-os.org/redox-os/installer.git diff --git a/recipes/ion/recipe.sh b/recipes/ion/recipe.sh index f7e3e66e9..fda62673f 100644 --- a/recipes/ion/recipe.sh +++ b/recipes/ion/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/ion.git +GIT=https://gitlab.redox-os.org/redox-os/ion.git diff --git a/recipes/ipcd/recipe.sh b/recipes/ipcd/recipe.sh index e74050523..23eadd83a 100644 --- a/recipes/ipcd/recipe.sh +++ b/recipes/ipcd/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/ipcd.git +GIT=https://gitlab.redox-os.org/redox-os/ipcd.git diff --git a/recipes/keyboard-sfx/recipe.sh b/recipes/keyboard-sfx/recipe.sh index f7b6aaeb8..bd0a82e3a 100644 --- a/recipes/keyboard-sfx/recipe.sh +++ b/recipes/keyboard-sfx/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/keyboard-sfx.git +GIT=https://gitlab.redox-os.org/redox-os/keyboard-sfx.git function recipe_version { echo "0.0.1" diff --git a/recipes/logd/recipe.sh b/recipes/logd/recipe.sh index db35800bd..cffbc308a 100644 --- a/recipes/logd/recipe.sh +++ b/recipes/logd/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/logd.git +GIT=https://gitlab.redox-os.org/redox-os/logd.git diff --git a/recipes/netstack/recipe.sh b/recipes/netstack/recipe.sh index 190f9487c..8b826c558 100644 --- a/recipes/netstack/recipe.sh +++ b/recipes/netstack/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/netstack.git +GIT=https://gitlab.redox-os.org/redox-os/netstack.git diff --git a/recipes/netutils/recipe.sh b/recipes/netutils/recipe.sh index 5992a5e2f..ff6016b56 100644 --- a/recipes/netutils/recipe.sh +++ b/recipes/netutils/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/netutils.git +GIT=https://gitlab.redox-os.org/redox-os/netutils.git diff --git a/recipes/nulld/recipe.sh b/recipes/nulld/recipe.sh index accc4b401..0d8a74221 100644 --- a/recipes/nulld/recipe.sh +++ b/recipes/nulld/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/nulld.git +GIT=https://gitlab.redox-os.org/redox-os/nulld.git diff --git a/recipes/orbdata/recipe.sh b/recipes/orbdata/recipe.sh index 46715963c..8ad1f85e3 100644 --- a/recipes/orbdata/recipe.sh +++ b/recipes/orbdata/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/orbdata.git +GIT=https://gitlab.redox-os.org/redox-os/orbdata.git function recipe_version { echo "0.0.1" diff --git a/recipes/orbital/recipe.sh b/recipes/orbital/recipe.sh index 9b6801174..0bf99461c 100644 --- a/recipes/orbital/recipe.sh +++ b/recipes/orbital/recipe.sh @@ -1,2 +1,2 @@ -GIT=https://github.com/redox-os/orbital.git +GIT=https://gitlab.redox-os.org/redox-os/orbital.git DEPENDS="orbdata" diff --git a/recipes/orbterm/recipe.sh b/recipes/orbterm/recipe.sh index 309de8afa..5c79b26c3 100644 --- a/recipes/orbterm/recipe.sh +++ b/recipes/orbterm/recipe.sh @@ -1,3 +1,3 @@ -GIT=https://github.com/redox-os/orbterm.git +GIT=https://gitlab.redox-os.org/redox-os/orbterm.git BINDIR=/ui/bin DEPENDS="orbital" diff --git a/recipes/orbutils/recipe.sh b/recipes/orbutils/recipe.sh index 9f25fdd71..281976f97 100644 --- a/recipes/orbutils/recipe.sh +++ b/recipes/orbutils/recipe.sh @@ -1,3 +1,3 @@ -GIT=https://github.com/redox-os/orbutils.git +GIT=https://gitlab.redox-os.org/redox-os/orbutils.git BINDIR=/ui/bin DEPENDS="orbital" diff --git a/recipes/pastel/recipe.sh b/recipes/pastel/recipe.sh index ddeda7865..cabba6d28 100644 --- a/recipes/pastel/recipe.sh +++ b/recipes/pastel/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/pastel.git +GIT=https://gitlab.redox-os.org/redox-os/pastel.git GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git BINDIR=/ui/bin DEPENDS="orbital" diff --git a/recipes/periodictable/recipe.sh b/recipes/periodictable/recipe.sh index 00ab0290c..e1ea55408 100644 --- a/recipes/periodictable/recipe.sh +++ b/recipes/periodictable/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/periodictable.git +GIT=https://gitlab.redox-os.org/redox-os/periodictable.git BINDIR="/ui/bin" DEPENDS="orbital" @@ -8,4 +8,3 @@ function recipe_stage { mkdir -pv "$1/ui/icons" cp -v pkg/icon.png "$1/ui/icons/periodictable.png" } - diff --git a/recipes/ptyd/recipe.sh b/recipes/ptyd/recipe.sh index a3c336ef1..affeb268f 100644 --- a/recipes/ptyd/recipe.sh +++ b/recipes/ptyd/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/ptyd.git +GIT=https://gitlab.redox-os.org/redox-os/ptyd.git diff --git a/recipes/randd/recipe.sh b/recipes/randd/recipe.sh index 29f1ef75b..376731488 100644 --- a/recipes/randd/recipe.sh +++ b/recipes/randd/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/randd.git +GIT=https://gitlab.redox-os.org/redox-os/randd.git diff --git a/recipes/redoxfs/recipe.sh b/recipes/redoxfs/recipe.sh index 9b8b0406e..409682899 100644 --- a/recipes/redoxfs/recipe.sh +++ b/recipes/redoxfs/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/redoxfs.git +GIT=https://gitlab.redox-os.org/redox-os/redoxfs.git diff --git a/recipes/shellstorm/recipe.sh b/recipes/shellstorm/recipe.sh index 7ee3df0bc..aed89c19b 100644 --- a/recipes/shellstorm/recipe.sh +++ b/recipes/shellstorm/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/shellstorm.git +GIT=https://gitlab.redox-os.org/redox-os/shellstorm.git diff --git a/recipes/smith/recipe.sh b/recipes/smith/recipe.sh index 54d8432e9..20236515d 100755 --- a/recipes/smith/recipe.sh +++ b/recipes/smith/recipe.sh @@ -1,2 +1,2 @@ -GIT=https://github.com/redox-os/Smith.git +GIT=https://gitlab.redox-os.org/redox-os/Smith.git GIT_UPSTREAM=https://github.com/IGI-111/Smith.git diff --git a/recipes/sodium/recipe.sh b/recipes/sodium/recipe.sh index 3a14286bc..5572b9ae2 100644 --- a/recipes/sodium/recipe.sh +++ b/recipes/sodium/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/sodium.git +GIT=https://gitlab.redox-os.org/redox-os/sodium.git BINDIR="/ui/bin" CARGOFLAGS="--features orbital" @@ -8,4 +8,3 @@ function recipe_stage { mkdir -pv "$1/ui/icons" cp -v icon.png "$1/ui/icons/sodium.png" } - diff --git a/recipes/userutils/recipe.sh b/recipes/userutils/recipe.sh index 7608b9d2e..d5cf814d8 100644 --- a/recipes/userutils/recipe.sh +++ b/recipes/userutils/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/userutils.git +GIT=https://gitlab.redox-os.org/redox-os/userutils.git function recipe_stage { cp -Rv res "$1/etc" diff --git a/recipes/uutils/recipe.sh b/recipes/uutils/recipe.sh index 563c97527..1782913a1 100644 --- a/recipes/uutils/recipe.sh +++ b/recipes/uutils/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/uutils.git +GIT=https://gitlab.redox-os.org/redox-os/uutils.git GIT_UPSTREAM=https://github.com/uutils/coreutils.git CARGOFLAGS="--no-default-features --features redox" diff --git a/recipes/zerod/recipe.sh b/recipes/zerod/recipe.sh index 855f8c055..a201dacfd 100644 --- a/recipes/zerod/recipe.sh +++ b/recipes/zerod/recipe.sh @@ -1 +1 @@ -GIT=https://github.com/redox-os/zerod.git +GIT=https://gitlab.redox-os.org/redox-os/zerod.git -- GitLab