- Aug 24, 2022
-
-
Nico authored
-
- Aug 15, 2022
-
-
Nico authored
-
- Aug 12, 2022
-
-
Nico authored
-
- Aug 11, 2022
- Aug 01, 2022
-
-
Nico authored
-
- Jul 10, 2022
-
-
Nico authored
-
- Jul 09, 2022
-
-
Nico authored
-
- Jun 26, 2022
-
-
Nico authored
-
- Jun 25, 2022
-
-
Nico authored
-
- Jun 20, 2022
-
-
Nico authored
-
- Jun 19, 2022
-
-
Patrick authored
-
- Jun 17, 2022
-
-
Nico authored
-
Nico authored
when running opkg update, this currently results in errors like this: Downloading https://downloads.openwrt.org/releases/22.03-SNAPSHOT/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages. *** Failed to download the package list from https://downloads.openwrt.org/releases/22.03-SNAPSHOT/packages/arm_cortex-a7_neon-vfpv4/base/Packages.gz since we already have wolfssl for hostapd stuff, just install libustream-wolfssl and ca-certificates.
-
- Jun 16, 2022
- Jun 15, 2022
- Jun 14, 2022
-
-
Nico authored
-
- May 19, 2022
- May 07, 2022
-
-
Nico authored
- May 06, 2022
-
-
Adrian Reyer authored
-
- May 05, 2022
-
-
FFS Buildbot authored
- Feb 25, 2022
-
-
Nico authored
-
Nico authored
Sometimes, there are untracked files left in the dl directory, which another job already commited in the DL cache. git pull will then fail becaue it won't overwrite untracked files. By first pulling (which will fail), then commiting and pulling again we will avoid this situation.
-
Nico authored
- Sep 26, 2021
-
-
Nico authored
Another build job might since have commited its dl-cache hence do a pull before we commit our dl cache.
-
Nico authored
Makefile:32: *** Warning: GLUON_BRANCH has been deprecated, please set GLUON_AUTOUPDATER_BRANCH and GLUON_AUTOUPDATER_ENABLED instead. So let's use the new variables now.
-
Nico authored
The git push in after_script didn't succeed because of failing authentication. As the authentication succeeds in before_script, it is likely the SSH agent from before_script doesn't run in after_script. Likely because a new shell is spawned. Hence, start it again in after_script.
-