[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: vagrant
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: vagrant |
Date: |
Sat, 31 Jul 2021 16:14:30 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new b64e480 vagrant
b64e480 is described below
commit b64e4801ce92e257e93e03b0c97ed221fe0f12d3
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Jul 31 16:14:10 2021 +0200
vagrant
---
vagrant/{debian => ubuntu}/Vagrantfile | 45 +++++++---------------------------
1 file changed, 9 insertions(+), 36 deletions(-)
diff --git a/vagrant/debian/Vagrantfile b/vagrant/ubuntu/Vagrantfile
similarity index 79%
rename from vagrant/debian/Vagrantfile
rename to vagrant/ubuntu/Vagrantfile
index 22740f3..ec5475b 100644
--- a/vagrant/debian/Vagrantfile
+++ b/vagrant/ubuntu/Vagrantfile
@@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.
- config.vm.box = "debian/buster64"
+ config.vm.box = "bento/ubuntu-20.04"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
@@ -47,16 +47,13 @@ Vagrant.configure("2") do |config|
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
- # Example for VirtualBox:
- #
- # config.vm.provider "virtualbox" do |vb|
- # # Display the VirtualBox GUI when booting the machine
- # vb.gui = true
- #
- # # Customize the amount of memory on the VM:
- # vb.memory = "1024"
- # end
- #
+
+ config.vm.provider "virtualbox" do |vb|
+ # Building LibEuFin needs a lot of memory ...
+ vb.memory = "2048"
+ end
+
+
# View the documentation for the provider you are using for more
# information on available options.
@@ -64,36 +61,12 @@ Vagrant.configure("2") do |config|
# Ansible, Chef, Docker, Puppet and Salt are also available. Please see the
# documentation for more information about their specific syntax and use.
config.vm.provision "shell", inline: <<-SHELL
- cat > /etc/apt/preferences <<EOF
-Package: *
-Pin: release a=stable
-Pin-Priority: 700
-
-Package: *
-Pin: release a=testing
-Pin-Priority: 650
-
-Package: *
-Pin: release a=unstable
-Pin-Priority: 600
-
-Package: *
-Pin: release l=Debian-Security
-Pin-Priority: 1000
-EOF
-
- cat > /etc/apt/sources.list.d/testing-unstable.list <<EOF
-deb http://deb.debian.org/debian testing main
-deb http://deb.debian.org/debian unstable main
-EOF
-
apt-get update
apt-get upgrade
apt-get install -y gnupg
-
cat > /etc/apt/sources.list.d/taler.list <<EOF
-deb https://deb.taler.net/apt/debian sid main
+deb https://deb.taler.net/apt/ubuntu focal-fossa main
EOF
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: vagrant,
gnunet <=