Skip to content
Commits on Source (2)
......@@ -8,7 +8,7 @@
# configuration
GENERIC_NODE1=profitbricks-build3-amd64.debian.net
GENERIC_NODE2=profitbricks-build4-amd64.debian.net
OPENWRT_GIT_REPO=https://git.openwrt.org/openwrt/staging/lynxis.git
OPENWRT_GIT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_GIT_BRANCH=master
DEBUG=false
OPENWRT_CONFIG=
......@@ -129,6 +129,7 @@ node_save_logs() {
if [ ! -d "$tmpdir/build/source/logs" ] ; then
# we create an empty tar.xz instead of failing
mkdir -p $tmpdir
touch "$tmpdir/build_logs.tar.xz"
else
echo "$(date -u) - saving \$tmpdir/build/source in $tmpdir/build_logs.tar.xz"
......