From 8f999c726b82efe739da8eb6bfd923e525cca37f Mon Sep 17 00:00:00 2001 From: Roman Kupriyanov Date: Wed, 21 Jul 2021 02:21:32 +0300 Subject: [PATCH] Add repo url variables --- scripts/_common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 09f6831..b95e305 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,6 +4,10 @@ # COMMON VARIABLES #================================================= +# repos +repo_url="https://github.com/friendica/friendica.git" +addons_repo_url="https://github.com/friendica/friendica-addons.git" + # commit hashes # 2021.07 version_commit="d1d208f18b9b43916378ccfd09b963246fe631dd"