Add guixsystem 1.2.0 to capsul
This commit is contained in:
parent
eba3bd6a5a
commit
74621a85dd
@ -40,7 +40,7 @@ def init_app(app):
|
||||
hasSchemaVersionTable = False
|
||||
actionWasTaken = False
|
||||
schemaVersion = 0
|
||||
desiredSchemaVersion = 9
|
||||
desiredSchemaVersion = 10
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
|
@ -0,0 +1,3 @@
|
||||
DELETE FROM os_images WHERE id = 'guixsystem120';
|
||||
|
||||
UPDATE schemaversion SET version = 9;
|
4
capsulflask/schema_migrations/10_up_guixsystem1.2.0.sql
Normal file
4
capsulflask/schema_migrations/10_up_guixsystem1.2.0.sql
Normal file
@ -0,0 +1,4 @@
|
||||
INSERT INTO os_images (id, template_image_file_name, description, deprecated)
|
||||
VALUES ('guixsystem120', 'guixsystem/1.2.0/root.img.qcow2', 'Guix System 1.2.0', FALSE);
|
||||
|
||||
UPDATE schemaversion SET version = 10;
|
@ -8,6 +8,7 @@
|
||||
{% block subcontent %}
|
||||
<p>
|
||||
<ul>
|
||||
<li>2021-01-14: Add Guix System 1.2.0 support, thanks to jgart, ryanprior, and raghavgururajan.</li>
|
||||
<li>2020-10-29: Add OpenBSD 6.8 and Alpine 3.12 support, remove previous versions.</li>
|
||||
<li>2020-10-23: Automate VM build system (backend)</li>
|
||||
<li>2020-10-22: Re-worked FAQ, added more supporting docs</li>
|
||||
|
Loading…
Reference in New Issue
Block a user