HNASWHQYV237BFQZ2H7LO76APITXXWFIPTH4N4HXQPLTSWENPBGQC
3JRUTC653DE7TT2LWTTXOG4YT6ZGVBS67T4Y67D4HHVDMRSQ33KQC
KYPDLOMFTH6IETNNZ7FS7HYAXPAGST2ROBO4ENGR4UYSG3PQNBXQC
5G7WRBMWKG6DMCOHE6WQHTYZACUHO2UPBZRWN72CFH7P45NN5E7QC
4DJCBLW3CFDQPY3CBDTZAE7URHA4QP2F6XGVOKHNM3SI5O55WU2AC
4NRVIEMX33UUJASFFO4JXHNPN3EY3VB7K2FZXJVQGZMCAKEMXGYQC
def print-notify [message: string] {
def print-notify [message: string, progress: int = -1] {
let base_args = ["--appname=Rebuild" "--replace=1001"] let args = if $progress >= 0 { $base_args | append ["--hints" $"int:value:($progress)"] } else { $base_args }
let base_args = ["--appname=Rebuild" "--replace=1001"]
let args = if $progress >= 0 {
$base_args | append ["--hints" $"int:value:($progress)"]
} else {
$base_args
}
^dunstify --appname="Rebuild" --urgency=critical --timeout=30000 "Error" $"($message)"
^dunstify ...$args --urgency=critical --timeout=30000 "Error" $"($message)"
^dunstify --appname="Rebuild" "Status" $"($message)"
^dunstify ...$args "Status" $"($message)"
# Execute build and activation.
print-notify $"($action) ($platform) configuration for ($host)..."
print-notify $"($action) ($platform) configuration for ($host)..." 0
print-notify "Starting remote build..." 25
exit 1
print-notify "Rebuild succeeded." 100