Skip to content

Commit

Permalink
buildbot: fix Table of Hardware cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 25, 2024
1 parent 09c2279 commit be3bcae
Showing 1 changed file with 1 addition and 1 deletion.
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 be3bcae

Please sign in to comment.