( )⚙ D7309 vagrant: update vagrant image to buster from jessie

This is an archive of the discontinued Mercurial Phabricator instance.

vagrant: update vagrant image to buster from jessie
ClosedPublic

Authored by durin42 on Nov 7 2019, 2:59 PM.

Details

Summary

I honestly have no idea if this works since I don't use vagrant, but
looking around online suggests it should work fine.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

durin42 created this revision.Nov 7 2019, 2:59 PM
indygreg accepted this revision.Nov 8 2019, 2:21 PM
indygreg added a subscriber: indygreg.

Yeah, this code is a bit old. For building Linux packages, I'd prefer we do everything in [Docker] containers or spin up EC2 instances via automation.py. I'm sure I'll cross this bridge once I care a bit more about Linux packaging...

This revision is now accepted and ready to land.Nov 8 2019, 2:21 PM

I believe this was around to let people run tests in a friendly Linux environment more easily? We could probably burn it now that all of {Windows,MacOS,Linux} have good docker support..

This revision was automatically updated to reflect the committed changes.