Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
  • nrb/ffs-prometheus-node-exporter
  • nrbffs/ci-cache-only-dl
  • nrbffs/test
  • v1.6-alpha02
5 results

Target

Select target project
  • firmware/site-ffs
  • nrb/site-ffs
  • are/site-ffs
  • adnidor/site-ffs
  • 0x4A6F/site-ffs
  • Daniel/site-ffs
  • albialbi/site-ffs
  • Felixmitte/site-ffs
  • dotti/site-ffs
  • codingHahn/site-ffs
  • philhil/site-ffs
  • patrick/site-ffs
12 results
Select Git revision
  • cpe510
  • experimental
  • feature/addMikrotikwAP
  • nrb-domains
  • nrb/add-node-whisperer
  • nrb/airmax-test
  • nrb/allow-wan-status
  • nrb/dns-cache
  • nrb/gluon-master-cpe510
  • nrb/ro-flash-nanostation-airmax
  • nrb/test-radv-filter
  • nrbffs/debug-build-date
  • nrbffs/dl-cache
  • nrbffs/domain-trial
  • nrbffs/fastd-remove-delay
  • nrbffs/netgear-ex6120
  • nrbffs/staging-dir-cache-outside-openwrt
  • nrbffs/test-broken
  • nrbffs/update-as-extra-step
  • nrbffs/update-extra-stage
  • v1.7
  • v1.8
  • v1.9
  • v2.0
  • v2.1
  • v2.2
  • v2.3
  • v2.4
  • v2.5
  • v2.5.1
  • v2.6
  • v2.7
  • v2.8
  • v2.9
  • v3.0
  • v3.1
  • v3.2
  • v3.3
  • v1.6
  • v1.6-alpha02
  • v1.6-rc1
  • v1.6-rc2
  • v1.7-stable01
  • v1.8-experimental01
  • v1.8-experimental02
  • v1.8-nightly01
  • v1.9+2020-06-04
  • v1.9+2020-06-06
  • v2.0+2020-06-28
  • v2.0+2020-09-26
  • v2.1+2020-11-17
  • v2.1+2020-12-11
  • v2.2+2020-04-16
  • v2.2+2021-04-16
  • v2.3+2021-04-30
  • v2.3+2021-06-03
  • v2.4+2022-02-26
  • v2.5+2022-05-05
  • v2.5+2022-05-07
  • v2.6+2022-09-06
  • v2.7+2022-12-03
  • v2.8+2023-03-05
  • v2.9+2023-05-10
  • v2.9+2023-05-12
  • v2.9+2023-05-13
  • v3.1+2024-07-08
  • v3.2+2024-12-04
  • v3.2.1+2024-12-15
68 results
Show changes
Commits on Source (1)
......@@ -32,87 +32,6 @@ stages:
- gluon/openwrt/feeds
key: "target-$GLUON_TARGET"
target:ar71xx-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-generic
target:ar71xx-nand:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-nand
target:ar71xx-tiny:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-tiny
target:brcm2708-bcm2708:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: brcm2708-bcm2708
target:brcm2708-bcm2709:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: brcm2708-bcm2709
target:mpc85xx-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: mpc85xx-generic
target:ipq40xx:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ipq40xx
target:ramips-mt7621:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ramips-mt7621
target:ramips-mt76x8:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ramips-mt76x8
target:x86-generic:
extends: .target
only:
......@@ -122,15 +41,6 @@ target:x86-generic:
variables:
GLUON_TARGET: x86-generic
target:x86-geode:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: x86-geode
target:x86-64:
extends: .target
variables:
......