Merge staging-next into staging

This commit is contained in:
zowoq
2021-02-19 10:47:46 +10:00
192 changed files with 4485 additions and 2295 deletions
+1
View File
@@ -770,6 +770,7 @@ rec {
mkdir $out
tar \
--sort name \
--owner 0 --group 0 --mtime "@$SOURCE_DATE_EPOCH" \
--hard-dereference \
-C old_out \
+1 -1
View File
@@ -105,7 +105,7 @@ fi
init_remote(){
local url=$1
clean_git init
clean_git init --initial-branch=master
clean_git remote add origin "$url"
( [ -n "$http_proxy" ] && clean_git config http.proxy "$http_proxy" ) || true
}