Switch to rust implementation of poudboot.

This commit is contained in:
Tom Alexander
2024-05-05 12:08:01 -04:00
parent 44fd819705
commit 5a763d422a
5 changed files with 9 additions and 148 deletions

View File

@@ -5,7 +5,7 @@ IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
function main {
find / -type f -name times -exec sed -E -i '' 's/LASTBUILD=.*/LASTBUILD=0/' {} \;
sqlite3 /opt/poudriere/poudboot.sqlite3 "UPDATE local_action SET next_run=0 WHERE name='build';"
}
main "${@}"