From 2e13df8d6aeed73c3acbc1c6de853595ce77bdc9 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sun, 14 Oct 2018 16:48:09 -0600 Subject: [PATCH] Use master branches --- recipes/ion/recipe.sh | 1 - recipes/openssl/recipe.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/ion/recipe.sh b/recipes/ion/recipe.sh index 3660e6f62..fda62673f 100644 --- a/recipes/ion/recipe.sh +++ b/recipes/ion/recipe.sh @@ -1,2 +1 @@ GIT=https://gitlab.redox-os.org/redox-os/ion.git -BRANCH=relibc diff --git a/recipes/openssl/recipe.sh b/recipes/openssl/recipe.sh index 21722d841..6e598a0f0 100644 --- a/recipes/openssl/recipe.sh +++ b/recipes/openssl/recipe.sh @@ -1,5 +1,5 @@ GIT=https://gitlab.redox-os.org/redox-os/openssl.git -BRANCH=relibc +BRANCH=redox function recipe_version { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -- GitLab