diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-05-12 21:13:49 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-05-12 21:13:49 +0000 |
commit | d2719407a5cc0f6219f4226e11ab93a97eccf4cc (patch) | |
tree | 0d4edf17636f956f77b6c46c6a761956ad248419 | |
parent | 7fbd16a5dbb3f62089e8d7701eb1cb11ba0a169a (diff) | |
download | lorries-d2719407a5cc0f6219f4226e11ab93a97eccf4cc.tar.gz |
add mariadb, mysql-server
-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" + } +} |