From 1c174e772b4c08af0bf83bd7cba9cb4dcd4bfa10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Thu, 22 Nov 2018 10:17:13 +0100 Subject: [PATCH] compile_pkgs: change default branch to hbd Master id deployed to dragons and there will be no point of deploying it to sloths. It is question how to make this change more general across forks and merges but let's ignore that for now. --- compile_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_pkgs b/compile_pkgs index 608b605df..327c8f87e 100755 --- a/compile_pkgs +++ b/compile_pkgs @@ -64,7 +64,7 @@ set_target() { # Configuration variables OPENWRT_URL="https://git.openwrt.org/openwrt/openwrt.git" # OpenWRT git repository URL OPENWRT_BRANCH=master # Git reference used to checkout OpenWRT repository -PUBLISH_BRANCH="hbs" # Target publish branch +PUBLISH_BRANCH="hbd" # Target publish branch FORCE="" # Force build EVERYTHING="" # Set this variable to build all packages not only minimal set CLONE_DEEP="" # Set this variable to clone OpenWRT tree in full depth not just latest commit -- GitLab