Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Liberate
backupninja
Commits
17ea2c17
Commit
17ea2c17
authored
Dec 27, 2020
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
tests: Update testsuite platform to buster64
parent
0b11f5b1
Branches
11293-partition_table_backup
No related tags found
1 merge request
!46
Add a testsuite
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-1
1 addition, 1 deletion
Vagrantfile
with
1 addition
and
1 deletion
Vagrantfile
+
1
−
1
View file @
17ea2c17
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
ENV
[
"LC_ALL"
]
=
"en_US.UTF-8"
ENV
[
"LC_ALL"
]
=
"en_US.UTF-8"
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"debian/
stretch
64"
config
.
vm
.
box
=
"debian/
buster
64"
config
.
vm
.
provision
"shell"
,
inline:
<<-
SHELL
config
.
vm
.
provision
"shell"
,
inline:
<<-
SHELL
locale-gen
locale-gen
apt-get update
apt-get update
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment