Builder tweak
parent
e2f81bfd4b
commit
751a1da3d2
|
@ -14,7 +14,7 @@ IN: builder
|
||||||
,[ dup timestamp-day ]
|
,[ dup timestamp-day ]
|
||||||
,[ dup timestamp-hour ]
|
,[ dup timestamp-hour ]
|
||||||
,[ timestamp-minute ] }
|
,[ timestamp-minute ] }
|
||||||
[ number>string 2 CHAR: 0 pad-left ] map "-" join ;
|
[ pad-00 ] map "-" join ;
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
@ -29,10 +29,7 @@ SYMBOL: builder-recipients
|
||||||
|
|
||||||
: email-string ( subject -- )
|
: email-string ( subject -- )
|
||||||
`{ "mutt" "-s" , %[ builder-recipients get ] }
|
`{ "mutt" "-s" , %[ builder-recipients get ] }
|
||||||
<process-stream>
|
[ ] with-process-stream drop ;
|
||||||
dup
|
|
||||||
dispose
|
|
||||||
process-stream-process wait-for-process drop ;
|
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue