summaryrefslogtreecommitdiff
path: root/morphlib/exts/ssh-rsync.check
Commit message (Collapse)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* deploy: Make ssh-rsync upgrade extension handle unset VERSION_LABELSam Thursfield2014-10-081-1/+6
| | | | | | | | | | | | | | | | It now gives an error message. Previously it would fail with a backtrace like this: 2014-10-08 09:51:37 [systems/genivi-baseline-system-armv7lhf-jetson.morph][self]Removing temporary mounts Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run self.process_args(args) File "/src/morph/morphlib/exts/ssh-rsync.write", line 54, in process_args self.upgrade_remote_system(location, temp_root) File "/src/morph/morphlib/exts/ssh-rsync.write", line 107, in upgrade_remote_system location, ['btrfs', 'subvolume', 'delete', orig_dir]) UnboundLocalError: local variable 'orig_dir' referenced before assignment
* deploy: Do sanity checks earlier in ssh-rsync (upgrade) extensionSam Thursfield2014-05-201-0/+24
|
* deploy: Check the --upgrade flag has been used correctly.Sam Thursfield2014-03-041-0/+36
Most write extensions don't handle both initial deployments and upgrades of a system.