crashlab checkouts lede-17.01
I wanted to fix Gitlab CI in crashlab branch, but I found that it checkouts lede-17.01
as its head.
Log:
✔ ~/work/turris-build [crashlab ↑·1|✚ 1]
12:10 $ ./compile_pkgs prepare_tools -t omnia
Setting target as omnia
Starting out: HEAD
Checking out OpenWRT repository
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /home/pepe/work/turris-build/build/.git/
remote: Enumerating objects: 569482, done.
remote: Counting objects: 100% (569482/569482), done.
remote: Compressing objects: 100% (150316/150316), done.
remote: Total 569482 (delta 397611), reused 566402 (delta 395576)
Receiving objects: 100% (569482/569482), 167.70 MiB | 37.86 MiB/s, done.
Resolving deltas: 100% (397611/397611), done.
From https://git.openwrt.org/openwrt/openwrt
* [new branch] lede-17.01 -> origin/lede-17.01
* [new branch] master -> origin/master
* [new branch] openwrt-18.06 -> origin/openwrt-18.06
* [new branch] openwrt-19.07 -> origin/openwrt-19.07
* [new branch] openwrt-21.02 -> origin/openwrt-21.02
* [new tag] reboot -> reboot
* [new tag] v17.01.2 -> v17.01.2
* [new tag] v17.01.3 -> v17.01.3
* [new tag] v17.01.4 -> v17.01.4
* [new tag] v17.01.5 -> v17.01.5
* [new tag] v17.01.6 -> v17.01.6
* [new tag] v17.01.7 -> v17.01.7
* [new tag] v18.06.0 -> v18.06.0
* [new tag] v18.06.0-rc1 -> v18.06.0-rc1
* [new tag] v18.06.0-rc2 -> v18.06.0-rc2
* [new tag] v18.06.1 -> v18.06.1
* [new tag] v18.06.2 -> v18.06.2
* [new tag] v18.06.3 -> v18.06.3
* [new tag] v18.06.4 -> v18.06.4
* [new tag] v18.06.5 -> v18.06.5
* [new tag] v18.06.6 -> v18.06.6
* [new tag] v18.06.7 -> v18.06.7
* [new tag] v18.06.8 -> v18.06.8
* [new tag] v18.06.9 -> v18.06.9
* [new tag] v19.07.0 -> v19.07.0
* [new tag] v19.07.0-rc1 -> v19.07.0-rc1
* [new tag] v19.07.0-rc2 -> v19.07.0-rc2
* [new tag] v19.07.1 -> v19.07.1
* [new tag] v19.07.2 -> v19.07.2
* [new tag] v19.07.3 -> v19.07.3
* [new tag] v19.07.4 -> v19.07.4
* [new tag] v19.07.5 -> v19.07.5
* [new tag] v19.07.6 -> v19.07.6
* [new tag] v19.07.7 -> v19.07.7
* [new tag] v21.02.0-rc1 -> v21.02.0-rc1
* [new tag] v21.02.0-rc2 -> v21.02.0-rc2
* [new tag] v21.02.0-rc3 -> v21.02.0-rc3
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at beaa2ecc10 mac80211: brcmfmac: fix PCIe reset crash and WARNING
[detached HEAD 0b7d330990] gitignore: Ignore turris-build related files
1 file changed, 1 insertion(+)
Cleaning up current build directory
Patching OpenWRT repository
Applying: rebase
Checking patch package/base-files/Makefile...
error: while searching for:
echo "$$$${conffile##$(1)}" >> $(1)/CONTROL/conffiles; \
fi \
done
$(if $(CONFIG_INCLUDE_CONFIG), \
echo -e "# Build configuration for board $(BOARD)/$(SUBTARGET)/$(PROFILE)\n" >$(1)/etc/build.config; \
error: patch failed: package/base-files/Makefile:188
Applying patch package/base-files/Makefile with 1 reject...
Rejected hunk #1.
Patch failed at 0001 rebase