Skip to content

Commit

Permalink
buildbot: new build.sh device profile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Oct 8, 2024
1 parent d1b0f07 commit 49153a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/buildbot/files/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ def targetsTargetFactory(f, wwwPrefix, wwwURL, alpineVersion):
&& git checkout %(prop:got_revision)s \
&& git submodule init \
&& git submodule update \
&& env FALTER_VARIANT=tunneldigger build/build.sh %(prop:falterVersion)s %(prop:target)s \
&& env FALTER_VARIANT=notunnel build/build.sh %(prop:falterVersion)s %(prop:target)s \
&& env FALTER_VARIANT=tunneldigger build/build.sh %(prop:falterVersion)s %(prop:target)s all \
&& env FALTER_VARIANT=notunnel build/build.sh %(prop:falterVersion)s %(prop:target)s all \
) >&2 \
&& cd /root/falter-builter/out/%(prop:falterVersion)s \
&& tar -c *' > out.tar \
Expand Down

0 comments on commit 49153a7

Please sign in to comment.