Skip to content

Commit

Permalink
buildbot: two smallies (#141)
Browse files Browse the repository at this point in the history
* buildbot: exclude ephemeral local signing key

* buildbot: fix Table of Hardware cronjob
  • Loading branch information
pktpls authored Jan 26, 2025
1 parent 09c2279 commit d4da352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/buildbot/files/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def packagesArchFactory(f, wwwPrefix, wwwURL, alpineVersion):
&& git submodule init \
&& git submodule update \
&& build/build.sh %(prop:branch)s %(prop:arch)s out/ \
&& rm -vf out/%(prop:branch)s/%(prop:arch)s/public-key.pem \
) >&2 \
&& cd /root/falter-packages/out/ \
&& tar -c *' > out.tar \
Expand Down
2 changes: 1 addition & 1 deletion roles/buildbot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
day: '*'
hour: 1
minute: 0
job: "curl https://openwrt.org/_media/toh_dump_tab_separated.gz | gunzip > /usr/local/src/www/htdocs/buildbot/openwrt-table-of-hardware.csv.tmp && mv /usr/local/src/www/htdocs/buildbot/openwrt-table-of-hardware.csv{.tmp,}'"
job: "cd /usr/local/src/www/htdocs/buildbot && curl https://openwrt.org/_media/toh_dump_tab_separated.gz | gunzip > toh.tmp && mv toh.tmp openwrt-table-of-hardware.csv"
user: buildbot
cron_file: sync_table_of_hardware

0 comments on commit d4da352

Please sign in to comment.