summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation and fix errorsbaserock/franred/reorganize-definitions-directory-treeFrancisco Redondo Marchena2014-08-131-17/+22
|
* Fix errorFrancisco Redondo Marchena2014-08-131-13/+11
|
* Rename scriptFrancisco Redondo Marchena2014-08-131-20/+47
|
* Remove autodectected morph fields from chunksFrancisco Redondo Marchena2014-08-131-0/+2
|
* WIP: FIXUPMEFrancisco Redondo Marchena2014-08-131-1/+1
|
* Improve chunk logFrancisco Redondo Marchena2014-08-131-3/+3
|
* Improve chunks logFrancisco Redondo Marchena2014-08-131-3/+3
|
* Improving printFrancisco Redondo Marchena2014-08-131-1/+1
|
* Improve printFrancisco Redondo Marchena2014-08-131-2/+2
|
* Improving print messagesFrancisco Redondo Marchena2014-08-131-11/+11
|
* Fix error in printFrancisco Redondo Marchena2014-08-131-4/+5
|
* Fix some logFrancisco Redondo Marchena2014-08-131-4/+4
|
* Add some commentsFrancisco Redondo Marchena2014-08-131-2/+10
|
* Remove subdir and create stratum path outside of download chunksFrancisco Redondo Marchena2014-08-131-11/+11
|
* Add strata_path as argument on move_chunksFrancisco Redondo Marchena2014-08-131-5/+6
|
* Fix stratum errorFrancisco Redondo Marchena2014-08-131-6/+8
|
* Add move_file function and reorder the scriptFrancisco Redondo Marchena2014-08-131-24/+24
|
* WIP: Fix some stringFrancisco Redondo Marchena2014-08-131-4/+4
|
* WIP: Remove git add and git commit commandsFrancisco Redondo Marchena2014-08-121-25/+2
|
* WIP: Add commit when change morph fields or system fieldsFrancisco Redondo Marchena2014-08-121-1/+4
|
* WIP: fix typoFrancisco Redondo Marchena2014-08-121-1/+1
|
* WIP: Add systems and clusters properlyFrancisco Redondo Marchena2014-08-121-6/+8
|
* WIP: Refactoring code in functionsFrancisco Redondo Marchena2014-08-121-99/+99
|
* WIP: split and add chunksFrancisco Redondo Marchena2014-08-121-91/+112
|
* WIP: Need to save chunks in gitFrancisco Redondo Marchena2014-08-121-119/+106
|
* Fix error and add commentsFrancisco Redondo Marchena2014-08-111-5/+13
|
* WIP: Error when load Json and replace comments by descriptionFrancisco Redondo Marchena2014-08-081-81/+96
|
* Downloading chunksFrancisco Redondo Marchena2014-08-081-58/+60
|
* WIP: Organize download chunksFrancisco Redondo Marchena2014-08-071-21/+27
|
* Add stratum to strata directory and moreFrancisco Redondo Marchena2014-08-061-7/+23
|
* WIP: Check system morphologiesFrancisco Redondo Marchena2014-08-051-4/+3
|
* WIP: fix clustersFrancisco Redondo Marchena2014-08-051-20/+20
|
* WIP: For testing systems and clustersFrancisco Redondo Marchena2014-08-051-5/+5
|
* WIP: play with clustersFrancisco Redondo Marchena2014-08-051-7/+39
|
* WIP: Play with migrate-chunksFrancisco Redondo Marchena2014-08-011-20/+25
|
* Add a script to add chunk morphologies into definitionsbaserock/adamcoldrick/move-chunks-into-definitionsAdam Coldrick2014-07-151-0/+130
|
* Merge branch 'baserock/michaeldrake/distbuilt-runner-cli'Michael Drake2014-07-101-14/+43
|\ | | | | | | | | Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
| * Allow use without editing the script, by passing params on cli.Michael Drake2014-07-101-14/+43
| | | | | | | | | | | | | | - Adds ability to pass cluster, ref and distbuild controller hosts on the command line. - Adds --help, and usage. - Prints the specified parameters out.
* | do-release: 3 small cleanupsSam Thursfield2014-07-081-4/+2
|/ | | | | Remove a comment that is no longer true, fix a formatting error, and add a docstring to a class that lacked one.
* do-release: take advantage of partial deploymentSam Thursfield2014-07-071-54/+33
| | | | | | | | | | | | | | | | | | The 'morph deploy' command now lets us deploy system images one at a time, so let's do that. This means that if all but one image is deployed successfully, on the next run the user just needs to deploy one further image. Also, since each deployment has a unique name in release.morph now, we can override the location and VERSION_LABEL fields instead of requiring the user to update them manually before each release. The release.morph cluster should now specify the *basename* of the image in the location field only. By basename, I mean the system name plus the appropriate extension (normally .tar or .img). The do-release script will then prepend the image path and the version label to get a filename. The release.morph cluster has been updated accordingly.
* do-release: Explain why xargs is not used in a commentSam Thursfield2014-07-041-1/+4
| | | | | This was suggested by Richard Maw and I forgot to fix up the branch 'sam/auto-release' before merging it.
* do-release: Make use of str.rstrip()Sam Thursfield2014-07-041-3/+1
| | | | | This was a review comment from Richard Maw which I forgot to include before merging branch 'sam/auto-release'
* do-release: Check access to configured upload servers when script startsSam Thursfield2014-07-021-0/+14
| | | | | If the release script is expected to be 'push-button' then we can't assume the user will be paying attention to error messages later on.
* do-release: Make artifacts public automaticallySam Thursfield2014-07-021-45/+169
| | | | | | | | | | | | | | | | | | | This makes it more likely that new artifacts and images might be publically available before they are officially announced, but I can't see that causing problems. Changes were required so that the script will only make public the files that are part of the release, and not do 'mv *' from a configured location into a publically shared location while unsupervised. The intermediate .tar file is now removed from the artifact server when the script completes. The script no longer outputs debug messages by default, because the really long SSH commandlines used to move files into place make this pretty hard to follow. Some extra status() calls have been added instead. There are a few other cosmetic changes in this commit.
* Make the release script check for the system name not "release"Adam Coldrick2014-06-181-4/+4
|
* Make 14.24 release changesRichard Maw2014-06-121-1/+1
|
* Move scripts into scripts/ directorySam Thursfield2014-06-104-0/+1238
They probably do not belong in definitions.git at all, but at least they are now in one place. In future they should move either into a separate baserock-utilities chunk, or into morph.git itself.