diff options
-rw-r--r-- | open-source-lorries/mariadb.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/mysql-server.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/mariadb.lorry b/open-source-lorries/mariadb.lorry new file mode 100644 index 0000000..f199404 --- /dev/null +++ b/open-source-lorries/mariadb.lorry @@ -0,0 +1,6 @@ +{ + "mariadb": { + "type": "bzr", + "url": "lp:maria" + } +} diff --git a/open-source-lorries/mysql-server.lorry b/open-source-lorries/mysql-server.lorry new file mode 100644 index 0000000..d00f877 --- /dev/null +++ b/open-source-lorries/mysql-server.lorry @@ -0,0 +1,6 @@ +{ + "mysql-server": { + "type": "bzr", + "url": "lp:mysql-server" + } +} |