Skip to content

Commit

Permalink
buildbot: backbone variant not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Aug 19, 2024
1 parent e35db34 commit 1616e3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/buildbot/files/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def targetsTargetFactory(f, wwwPrefix, wwwURL, alpineVersion):
&& 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=backbone build/build.sh %(prop:falterVersion)s %(prop:target)s \
) >&2 \
&& cd /root/falter-builter/out/%(prop:falterVersion)s \
&& tar -c *' > out.tar \
Expand Down

0 comments on commit 1616e3c

Please sign in to comment.