siemens / codeface

Codeface is a framework for analysing technical and social aspects of software development
siemens.github.io/codeface
GNU General Public License v2.0
67 stars 38 forks source link

Ubuntu 16.04 url wrong in Vagrant-File #56

Closed StefanKuppelwieser closed 7 years ago

StefanKuppelwieser commented 7 years ago

In the Vagrant-File is the Ubuntu-Version wrong

config.vm.box = "ffuenf/ubuntu-16.04-server-amd64"

does not exist

but you can solve this with

config.vm.box = "ffuenf/ubuntu-16.04.1-server-amd64"

wolfgangmauerer commented 7 years ago

Am 07/12/2016 um 12:05 schrieb StefanKuppelwieser:

In the Vagrant-File is the Ubuntu-Version wrong

config.vm.box = "ffuenf/ubuntu-16.04-server-amd64"

does not exist

but you can solve this with

config.vm.box = "ffuenf/ubuntu-16.04.1-server-amd64"

thanks for the information -- it seems that the source does not make the old images available once an update is made. Can you please send a patch that does the change? See http://siemens.github.io/codeface/#/code. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/siemens/codeface/issues/56, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbE1_IW_kzrk2pfu5RoAwD0q_Hhe0Cjks5rFpLkgaJpZM4LGdwC.

wolfgangmauerer commented 7 years ago

Changed in 46761d6408d6b137d1. Closing the issue.