]> cat aescling's git repositories - mastodon.git/commitdiff
Introducing: Mastodon GO!
authorkibigo! <marrus-sh@users.noreply.github.com>
Sat, 4 Nov 2017 12:48:42 +0000 (05:48 -0700)
committerkibigo! <marrus-sh@users.noreply.github.com>
Sat, 4 Nov 2017 12:48:42 +0000 (05:48 -0700)
.gitmodules [new file with mode: 0644]
Vagrantfile
app/javascript/themes/mastodon-go [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..35b0cd7
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "app/javascript/themes/mastodon-go"]
+       path = app/javascript/themes/mastodon-go
+       url = https://github.com/marrus-sh/mastodon-go
index 0c21bed68c83b175de033ddae8a701a4575f8363..351ab5cfaa02b6cb8b2033ddfbff356d223459b2 100644 (file)
@@ -83,7 +83,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
   config.vm.provider :virtualbox do |vb|
     vb.name = "mastodon"
-    vb.customize ["modifyvm", :id, "--memory", "2048"]
+    vb.customize ["modifyvm", :id, "--memory", "4096"]
 
     # Disable VirtualBox DNS proxy to skip long-delay IPv6 resolutions.
     # https://github.com/mitchellh/vagrant/issues/1172
diff --git a/app/javascript/themes/mastodon-go b/app/javascript/themes/mastodon-go
new file mode 160000 (submodule)
index 0000000..1ba394d
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 1ba394d1d7c38fd92159548824d1ba42719df6c3
This page took 0.026282 seconds and 3 git commands to generate.