summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert J. Heywood <robert.heywood@codethink.co.uk>2020-10-01 17:59:24 +0100
committerRobert J. Heywood <robert.heywood@codethink.co.uk>2020-10-01 18:57:55 +0100
commit7d8c6990f114a3a75a86650dca647f4cb31979af (patch)
treeb2fa96b0886deba9e2ab7a803a375743658729e9
parentbef10904be2feeda7084216f8528ceef54b87f83 (diff)
downloadlorries-robjh/add-vbox.tar.gz
VirtualBox-svn: addedrobjh/add-vbox
This change introduces a lorry file for mirroring the upstream virtualbox sources. Virtualbox is a massive codebase which takes a long time to clone. The fact it uses SVN makes it yet more cumbersome to deal with from a developer perspective. By providing a git mirror, we make the sources easier to consume and hack upon.
-rw-r--r--open-source-lorries/VirtualBox-svn.lorry7
1 files changed, 7 insertions, 0 deletions
diff --git a/open-source-lorries/VirtualBox-svn.lorry b/open-source-lorries/VirtualBox-svn.lorry
new file mode 100644
index 0000000..0c7f3ef
--- /dev/null
+++ b/open-source-lorries/VirtualBox-svn.lorry
@@ -0,0 +1,7 @@
+{
+ "VirtualBox-svn": {
+ "type": "svn",
+ "url": "https://www.virtualbox.org/svn/vbox",
+ "layout": "standard"
+ }
+}