Patching sunxi (#3445)

* waiter_local_repo: Fixed incomplete logic

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* A series of patches for sunxi v5.15.16

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* DEBUG

* check 70

* check 101

* Add 101 Armbian patches as series

Patches are renamed using the logic of the file structure
and the essence of the changes, sorted in the order
of their receipt. Fixed a lot of incorrect overlay
of some pieces in patches. Several small patches are
combined, because they changed one file.

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Remove old patches that have been reworked into a series

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Fix for apply to v5.15.17

* Two Bluetooth-BTRTL patches for sunxi will be applied in the series.

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* check 113

* Fix print output

* Revert "DEBUG"

This reverts commit 49e2c7fdc0.
This commit is contained in:
The-going
2022-01-28 21:08:04 +03:00
committed by GitHub
parent 8fda8d4852
commit d885bfc97d
132 changed files with 1620 additions and 1153 deletions

View File

@@ -345,11 +345,8 @@ waiter_local_repo ()
# Handle an exception if the initial tag is the top of the branch
# As v5.16 == HEAD
if $(git ls-remote -t $url ${start_tag}\* | \
awk -F'/' '$NF !~ /v[4-5][.][1-9]{1,2}[.][1]$/ {
exit 1
}'
)
if [ "${start_tag}.1" == "$(git ls-remote -t $url ${start_tag}.1 | \
awk -F'/' '{ print $NF }')" ]
then
git fetch --shallow-exclude=$start_tag $name
else