summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoRichard Maw2013-06-271-1/+1
|
* List more build systems.Richard Maw2013-06-271-2/+9
|
* Rewrite morphologies in YAMLRichard Maw2013-06-271-84/+53
|
* Update build instructionsRichard Maw2013-06-271-11/+11
|
* re-brand ourselves as an appliance Linux solutionRichard Maw2013-06-271-1/+1
| | | | | Embedded linux is strictly on hardware, while Baserock is suitable for virtual machines as well.
* Merge remote-tracking branch 'origin/baserock/tiagogomes/bscs-sync'Richard Maw2013-06-251-4/+13
|\
| * Run the merge mode of baserock-system-config-sync when upgrading running ↵Tiago Gomes2013-06-171-0/+9
| | | | | | | | systems.
| * Add a missing trailing slash to the source directory of rsyncTiago Gomes2013-06-171-1/+2
| | | | | | | | | | | | | | | | | | Accordingly the rsync manual: "A trailing slash on the source changes this behavior to avoid creating an additional directory level at the destination. You can think of a trailing / on a source as meaning "copy the contents of this directory" as opposed to "copy the directory by name".
| * Unmount the remote mouting point instead of the root diskTiago Gomes2013-06-151-1/+1
| | | | | | | | Unmounting the root disk as the side effect of turn it to be read only
| * Don't dereference the default symbolic link when updating itTiago Gomes2013-06-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Or else this ln -s -f update1 /mp/systems/default will do this '/pp/systems/default/update1' -> 'update1 When we want '/pp/systems/default' -> 'update1
| * Fix warnings and test suiteLars Wirzenius2013-06-153-20/+14
| |
| * Remove SystemKindBuilderFactoryLars Wirzenius2013-06-153-133/+52
| | | | | | | | | | | | We now only support one system-kind, so there's no need for the factory stuff, and at this point it only serves to obfuscate and complexify.
| * Require system-kind to be rootfs-tarballLars Wirzenius2013-06-151-0/+3
| |
| * Delete system-kind plugins except for rootfs-tarballLars Wirzenius2013-06-153-284/+0
| | | | | | | | | | Also delete the infrastructure for disk-based system-kinds from builder2.py.
| * Check that that the repo-alias option matches the expected RERichard Dale2013-06-151-0/+4
| |
* | Merge remote-tracking branch ↵Lars Wirzenius2013-06-253-8/+20
|\ \ | | | | | | | | | 'origin/baserock/richarddale/config-messages-verbose-off-2'
| * | Fix lines overflowing the 80 character limitRichard Dale2013-06-252-5/+10
| | |
| * | Don't show git config messages for 'morph branch' in verbose modeRichard Dale2013-06-253-8/+15
|/ /
* | Merge remote-tracking branch 'origin/baserock/richardmaw/fix-artifact-gc'Lars Wirzenius2013-06-211-1/+2
|\ \
| * | Only attempt to clean up artifactsRichard Maw2013-06-111-1/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | Because the whole cachedir was considered, and not just the artifacts tree, it would recursively consider every file an artifact, incuding cached gits and ccache. This made it slower and remove things before they were due, since only the artifact cache is guaranteed to set mtimes on access. This wouldn't cause incorrect builds, since any cached objects get re-generated, but it was definitely not desired behaviour.
* | deploy plugin: Use sh instead of bash for timestampingRichard Maw2013-06-111-1/+1
| | | | | | | | | | This was left over from experimentation, it works with sh, and is faster.
* | Merge remote-tracking branch ↵Lars Wirzenius2013-06-202-1/+4
|\ \ | | | | | | | | | | | | | | | | | | 'origin/baserock/richardmaw/S8043-timestamp-extension-output' I verified that a deployment still works, and that the output is time-stamped.
| * | Write extensions: Flush output when using status()Richard Maw2013-06-101-0/+1
| | | | | | | | | | | | | | | This is required to get real-time output and the timestamps meaning anything useful.
| * | deploy_plugin: Timestamp output of extensionsRichard Maw2013-06-101-1/+3
| | | | | | | | | | | | | | | This requires a patch to cliapp to actually print the output, as there is a bug that causes it to always output to a pipe.
* | | Merge branch 'liw/os-release-perms'Lars Wirzenius2013-06-201-2/+4
|\ \ \ | | | | | | | | | | | | Reviewed-by: Richard Maw
| * | | Fix permissions of /etc/os-releaseLars Wirzenius2013-06-201-2/+4
|/ / / | | | | | | | | | | | | Also clarify how the directory containing it gets created to avoid a bit of code duplication.
* | | Merge branch 'liw/remove-nonrootfs-system-kinds'Lars Wirzenius2013-06-207-430/+62
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Reviewed-by: Daniel Silverstone I, Lars, declare that I don't care about having a cmdtest for the error and warning.
| * | Fix warnings and test suiteLars Wirzenius2013-06-203-20/+14
| | |
| * | Remove SystemKindBuilderFactoryLars Wirzenius2013-06-203-133/+52
| | | | | | | | | | | | | | | | | | We now only support one system-kind, so there's no need for the factory stuff, and at this point it only serves to obfuscate and complexify.
| * | Require system-kind to be rootfs-tarballLars Wirzenius2013-06-201-0/+3
| | |
| * | Delete system-kind plugins except for rootfs-tarballLars Wirzenius2013-06-203-284/+0
|/ / | | | | | | | | Also delete the infrastructure for disk-based system-kinds from builder2.py.
* | Merge remote-tracking branch ↵Daniel Silverstone2013-06-191-0/+4
|\ \ | |/ |/| | | | | | | 'origin/baserock/richarddale/check-repo-alias-option' Reviewed-By: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
| * Check that that the repo-alias option matches the expected RERichard Dale2013-06-171-0/+4
| |
* | Merge branch 'baserock/richardmaw/S8131-deploy-with-spaces' of ↵Richard Maw2013-06-193-6/+6
|\ \ | | | | | | | | | | | | | | | git://git.baserock.org/baserock/baserock/morph Reviewed by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | Write extensions: pass -s to rsyncRichard Maw2013-06-093-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | -s, or --protect-args prevents the file path components of destination or source paths being interpreted by the remote shell. This is for wildcards or other shell features, but it breaks when paths have whitespace. We tend to always use absolute paths, so all uses of rsync now pass -s. kvm.write needs it, since the disk can be written to a path with spaces. Nfsboot and ssh-rsync need it because version labels are used, which may have spaces, and temporary directories are used, which could have spaces in weird TMPDIR configurations.
* | Merge branch 'jonathan/kvm-nic'Jonathan Maw2013-06-191-0/+5
|\ \ | | | | | | | | | Reviewed-by: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * | kvm.write uses NIC_CONFIGJonathan Maw2013-06-191-0/+5
|/ /
* | Fix a typoTiago Gomes2013-06-191-1/+1
| |
* | GC Plugin: Fix usage of satus.Richard Maw2013-06-091-1/+1
| | | | | | | | I don't know how that one slipped through.
* | Merge remote-tracking branch 'origin/symb-link-running-systems'Lars Wirzenius2013-06-192-6/+19
|\ \
| * | Support upgrades in older running versions.Tiago Gomes2013-06-141-3/+11
| | | | | | | | | | | | | | | | | | | | | Verify if are using and older extlinux configuration and upgrade it if the case, by checking if the "default" symbolic link exists on the target. Note that with the symbolic link we don't need to update extlinux configuration after an upgrade
| * | Create a symbolic link to the default system version when upgrading running ↵Tiago Gomes2013-06-141-2/+6
| | | | | | | | | | | | systems.
| * | Only upgrade an older extlinux configuration if we want one.Tiago Gomes2013-06-141-1/+2
| | |
* | | Merge branch 'baserock/richardmaw/S7905-morph-gc-v3' of ↵Richard Maw2013-06-095-8/+248
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | git://git.baserock.org/baserock/baserock/morph There were no major objections to the design and it has been sitting in the merge queue long enough that it was decided to merge it. It has been reviewed and lightly tested by Jonathan Maw.
| * | util: suggest how to deal with insufficient spaceRichard Maw2013-06-071-1/+7
| | |
| * | plugins: add morph gc subcommandRichard Maw2013-06-072-0/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes staging areas and extracted chunks from --tempdir. Then asks the local artifact cache what artifacts it has and how old they are, removing all sources older than --cachedir-artifact-delete-older-than, and may delete other sources that are younger than --cachedir-artifact-keep-younger-than if it still needs to make space.
| * | lac_tests: Cover list and deleteRichard Maw2013-06-072-2/+34
| | |
| * | LAC: implement contents listing and removal by keyRichard Maw2013-06-071-0/+28
| | |
| * | lac_tests: set cache keyRichard Maw2013-06-071-1/+3
| | |
| * | util: split out space unify logicRichard Maw2013-06-071-6/+19
| | |