jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Add option to extract ISO file URL from a remote file #1020

Open courtney-miles opened 9 years ago

courtney-miles commented 9 years ago

The current Gentoo template automatically pulls the latest ISO for Gentoo by requesting http://distfiles.gentoo.org/releases/amd64/autobuilds/latest-install-amd64-minimal.txt (or http://distfiles.gentoo.org/releases/x86/autobuilds/latest-install-x86-minimal.txt) and extracting the path and name of the ISO file the text file.

@mpapis has suggested (ref. https://github.com/jedi4ever/veewee/pull/1018) introducing the following mechanism to Veewee for extracting the information:

:iso_src => [:gentoo, 'http://distfiles.gentoo.org/releases/amd64/autobuilds', 'latest-install-amd64-minimal.txt'],