mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-24 08:19:03 +00:00
Vagrantfile: remove usage, it is in the development docs now
This commit is contained in:
parent
bc9679f0e5
commit
967963e17d
1 changed files with 1 additions and 5 deletions
6
Vagrantfile
vendored
6
Vagrantfile
vendored
|
@ -1,11 +1,7 @@
|
||||||
# -*- mode: ruby -*-
|
# -*- mode: ruby -*-
|
||||||
# vi: set ft=ruby :
|
# vi: set ft=ruby :
|
||||||
|
|
||||||
# Automated creation of testing environments on misc. platforms
|
# Automated creation of testing environments / binaries on misc. platforms
|
||||||
# Usage:
|
|
||||||
# vagrant up OS
|
|
||||||
# vagrant ssh OS -c command
|
|
||||||
# vagrant halt OS
|
|
||||||
|
|
||||||
def packages_prepare_wheezy
|
def packages_prepare_wheezy
|
||||||
return <<-EOF
|
return <<-EOF
|
||||||
|
|
Loading…
Reference in a new issue