Skip to content
Snippets Groups Projects
  1. Jun 17, 2022
  2. Jun 16, 2022
  3. Jun 15, 2022
  4. Jun 14, 2022
  5. May 19, 2022
  6. May 07, 2022
  7. May 06, 2022
  8. May 05, 2022
  9. Feb 25, 2022
  10. Sep 26, 2021
    • Nico's avatar
      ci: dl-cache: pull before committing · 564ae050
      Nico authored
      Another build job might since have commited its dl-cache hence do a pull
      before we commit our dl cache.
      564ae050
    • Nico's avatar
      remove deprecated GLUON_BRANCH · 3865d38d
      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.
      3865d38d
    • Nico's avatar
      gitlab-ci: start the SSH agent again in after_script · 23638e07
      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.
      23638e07
  11. Sep 25, 2021
  12. Aug 15, 2021
  13. Jun 25, 2021
  14. Jun 03, 2021
  15. May 24, 2021
  16. May 23, 2021
  17. May 10, 2021
    • Nico's avatar
      Revert "add brcm2708-bcm2710 for raspi 4 support" · 2fa9b5de
      Nico authored
      This reverts commit 0df9f251. The target
      doesn't seem to be supported, the build failed:
      
        make[1]: Leaving directory '/builds/firmware/site-ffs/gluon/openwrt'
        Please set GLUON_TARGET to a valid target. Gluon supports the following targets:
         * ar71xx-generic
         * ar71xx-tiny
         * ar71xx-nand
         * ath79-generic
         * brcm2708-bcm2708
         * brcm2708-bcm2709
         * ipq40xx-generic
         * ipq806x-generic
         * lantiq-xrx200
         * lantiq-xway
         * mpc85xx-generic
         * mpc85xx-p1020
         * ramips-mt7620
         * ramips-mt7621
         * ramips-mt76x8
         * ramips-rt305x
         * sunxi-cortexa7
         * x86-generic
         * x86-geode
         * x86-legacy
         * x86-64
        Makefile:158: recipe for target 'config' failed
      2fa9b5de
Loading