FS#18088 - {dbscripts} commitpkg should run svn commands before scp

Attached to Project: Arch Linux
Opened by Gavin Bisesi (Daenyth) - Sunday, 31 January 2010, 15:30 GMT
Last edited by Pierre Schmitz (Pierre) - Thursday, 11 February 2010, 13:06 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To Pierre Schmitz (Pierre)
Eric Belanger (Snowman)
Aaron Griffin (phrakture)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The svn commands have the potential to fail, so there's no reason to waste time uploading the package. If the svn commands are run first, then it will stop execution before the upload.
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Thursday, 11 February 2010, 13:06 GMT
Reason for closing:  Implemented
Additional comments about closing:  http://projects.archlinux.org/devtools.g it/commit/?id=106a0cddfed4a3893dfddf6eb6 c258d0c0716d9c
Comment by Pierre Schmitz (Pierre) - Sunday, 31 January 2010, 15:53 GMT
and we could replace scp with "rsync -ce --progress ssh" to continue a cacnled upload.
Comment by Gavin Bisesi (Daenyth) - Sunday, 31 January 2010, 15:58 GMT
Oh nifty. That uses ssh keys as well I assume?
Comment by Pierre Schmitz (Pierre) - Sunday, 31 January 2010, 16:00 GMT
of course. It just tunnels rsync through ssh. In this case just a drop-in replacement.
Comment by Aaron Griffin (phrakture) - Monday, 01 February 2010, 21:32 GMT
@Pierre I like that a lot. We'd just have to make sure we add the dep

Loading...