diff --git a/within-kilo/README.rst b/within-kilo/README.rst new file mode 100644 index 00000000..f1a558da --- /dev/null +++ b/within-kilo/README.rst @@ -0,0 +1,10 @@ +=========================================== + Kilo to Kilo specific sideways upgrade scripts +=========================================== +This directory can house service scripts for upgrading within the Kilo +release. + +To do this add ``upgrade-$servicename`` script to this directory and +include a ``configure_$servicename_upgrade`` function in the file. All +services that don't have a specific upgrade script will just use the +generic one, which performs a db-sync and installs the updated code. diff --git a/within-master b/within-master index 94718245..8af0ea3f 120000 --- a/within-master +++ b/within-master @@ -1 +1 @@ -within-juno/ \ No newline at end of file +within-kilo \ No newline at end of file