summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Allow the deployment of individual chunks/strata from systemsAdam Coldrick2015-03-232-37/+125
* gc: Make `morph gc` use the OSTree artifact cacheAdam Coldrick2015-03-191-2/+6
* deploy: Use OSTree to checkout the system for deploymentAdam Coldrick2015-03-191-7/+30
* builder: Use the OSTree artifact cache when buildingAdam Coldrick2015-03-193-45/+49
* Make morph use OSTreeArtifactCache instead of LocalArtifactCacheAdam Coldrick2015-03-191-2/+4
* RemoteArtifactCache: Support multiple cache methodsAdam Coldrick2015-03-191-0/+25
* Add an artifact cache which uses OSTreeAdam Coldrick2015-03-193-5/+231
* Add a class to wrap the OSTree APIAdam Coldrick2015-03-192-0/+140
* bins: We no longer want chunks to be tarballsAdam Coldrick2015-03-192-120/+37
* Move the chunk cache logic into buildcommandAdam Coldrick2015-03-192-23/+23
* Create device nodes in staging areaAdam Coldrick2015-03-193-35/+39
* Add support for unionfs-fuseAdam Coldrick2015-03-194-16/+40
* Use overlayfs when deployingAdam Coldrick2015-03-191-4/+34
* Use overlayfs when building systemsAdam Coldrick2015-03-193-5/+45
* Allow the passing of options to fsutils.mountAdam Coldrick2015-03-191-2/+5
* Fix line lengths in morphlib/exts/simple-network.configureAdam Coldrick2015-03-171-5/+9
* Merge "Use python3 compatible notation for catching exceptions"Javier Jardón2015-03-1717-34/+34
|\
| * Use python3 compatible notation for catching exceptionsJavier Jardón2015-03-1617-34/+34
| * Merge "Use the modern way of the GPL copyright header: URL instead real address"Javier Jardón2015-03-16117-319/+202
| |\
| | * Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-16117-322/+205
* | | simple-network.configure: Rename networkd file generated by systemd chunkjjardon/simple-network-networkd2Javier Jardón2015-03-161-0/+29
* | | simple-network.configure: Update documentationJavier Jardón2015-03-161-6/+9
* | | simple-network.configure: Generate default network config files in a functionJavier Jardón2015-03-161-6/+20
* | | simple-network.configure: process pairs of parameters in a functionJavier Jardón2015-03-161-0/+29
* | | simple-network.configure: Add function to convert mask to cidr suffixJavier Jardón2015-03-161-0/+7
* | | simple-network.configure: Generate networkd .network files as wellJavier Jardón2015-03-161-0/+33
* | | simple-network.configure: Move the generation of /etc/network/interfaces to a...Javier Jardón2015-03-161-1/+6
* | | Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-16117-319/+202
|/ /
* | Fix call to status() in commit 364455436aded34ce6f843dfa68a32c14aaf01eaSam Thursfield2015-03-161-1/+2
* | Merge "Use python3 compatible notation for octal constants"Javier Jardón2015-03-165-10/+10
|\ \
| * | Use python3 compatible notation for octal constantsJavier Jardón2015-03-135-10/+10
* | | Merge "print: use function instead the statement one"Javier Jardón2015-03-161-1/+2
|\ \ \ | |/ /
| * | print: use function instead the statement oneJavier Jardón2015-03-131-1/+2
| |/
* | Merge branch 'baserock/richardipsum/cache-exp'Sam Thursfield2015-03-161-19/+55
|\ \ | |/ |/|
| * Minimise repo cache fetchesRichard Ipsum2015-03-071-21/+49
| * Fix bug in build system cache accessRichard Ipsum2015-03-071-3/+11
* | Merge branch 'sam/distbuild-build-logs'Sam Thursfield2015-03-112-2/+9
|\ \ | |/ |/|
| * distbuild: Log in build-step-xx.log files when initiator cancels buildSam Thursfield2015-02-181-1/+9
| * distbuild: Create a new directory to store build logs for each build.Sam Thursfield2015-02-181-1/+0
* | Merge branch 'jjardon/no_build_depends'Javier Jardón2015-03-064-55/+11
|\ \
| * | Do not fail if a chunk doesnt have a 'build-depends' parameter definedjjardon/no_build_dependsJavier Jardón2015-03-042-20/+10
| * | morphlib/morphloader_tests.py: Remove test to require 'build-depends'Javier Jardón2015-03-041-21/+1
| * | morphlib/sourceresolver_tests.py: Remove test to require 'build-depends'Javier Jardón2015-03-041-14/+0
| * | morphlib/sourceresolver.py: Check and parse VERSION fileJavier Jardón2015-03-041-0/+25
| * | morphlib/sourceresolver.py: Remove not used functionsJavier Jardón2015-03-041-16/+0
| * | morphlib/sourceresolver.py: Do not duplicate what is already done in load_fro...Javier Jardón2015-03-041-8/+3
| * | morphlib/morphloader.py: Add a check to load_from_string()Javier Jardón2015-03-041-1/+5
| * | morphlib/morphloader.py: Update copyrigthJavier Jardón2015-03-041-1/+1
| * | morphlib/sourceresolver.py: Add _get_file_contents()Javier Jardón2015-03-041-12/+23
| * | morphlib/sourceresolver.py: Add _get_file_contents_from_definitions()Javier Jardón2015-03-041-1/+10