PDP-10 / its

Incompatible Timesharing System
Other
834 stars 80 forks source link

Deploy ftp script updates #2306

Closed oilcan-productions closed 1 month ago

oilcan-productions commented 2 months ago

Adding a change to ensure we recreate the tarball on retry as the last failures seemed to suggest that actually the created tarball could be corrupt and not the upload.

larsbrinkhoff commented 1 month ago

It looks to me like the previous version already does recreate the tarball every time. I'll check.

larsbrinkhoff commented 1 month ago

I checked, and the line (cd out; tar cvzf $EMULATOR.tgz $EMULATOR) does run every retry, and it recreates the tarball each time.

larsbrinkhoff commented 1 month ago

Closing since the functionality already is there.