update cdn path.
All checks were successful
the build was successful

This commit is contained in:
NADAL Jean-Baptiste
2019-04-11 19:24:55 +02:00
parent cf6d2c5d41
commit 1a9761de00
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
pipeline: pipeline:
build: build:
image: registry.nadal-fr.com:443/buildroot_dev:1 image: registry.nadal-fr.com:443/buildroot_dev
commands: commands:
- make -C projects/rpi_domo/ buildroot.check-package - make -C projects/rpi_domo/ buildroot.check-package

7
bsp/scripts/sync_cdn.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Sync buidlroot cdn...."
rsync -e "ssh -p 2201" -axvuzs --progress --stats ../../_builds/dl/ jb@tools.nadal-fr.com:/mnt/tools-volume/cdn/buildroot/
echo "Sync buidlroot cdn - done"

View File

@@ -2,7 +2,7 @@ BR2_arm=y
BR2_arm1176jzf_s=y BR2_arm1176jzf_s=y
BR2_DL_DIR="$(BUILDS_ROOT)/dl" BR2_DL_DIR="$(BUILDS_ROOT)/dl"
BR2_HOST_DIR="$(WORKSPACE_DIR)/cross" BR2_HOST_DIR="$(WORKSPACE_DIR)/cross"
BR2_PRIMARY_SITE="http://serveur.nadal-fr.com/buildroot/" BR2_PRIMARY_SITE="http://cdn.nadal-fr.com/buildroot"
BR2_PACKAGE_OVERRIDE_FILE="$(BOARD)/local.mk" BR2_PACKAGE_OVERRIDE_FILE="$(BOARD)/local.mk"
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches" BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/patches"
BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL=y