X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;h=c8eafaf9c68bfd4ca31c0d03fb6b972431b6fef6;hb=09eaf293724cc1ed6100f5a8a97cecf8cc007956;hp=123efaed836641d3d0faf70f8327f90c6066ad53;hpb=733cfd03fb692fc76a8ea87018640cd2e9806409;p=virt-p2v.git diff --git a/Makefile b/Makefile index 123efae..c8eafaf 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ # General configuration PACKAGE := virt-p2v -VERSION := 0.5 +VERSION := 0.7 # i386 images also work on x86-64, so best to stick with i386. ARCH := i386 @@ -32,12 +32,12 @@ LANG := en_US.UTF-8 KEYBOARD := us TIMEZONE := US/Eastern -BASEREPO := http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/$(ARCH)/os/ +BASEREPO := http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/$(ARCH)/os/ # Select a suitable HTTP proxy. # The default assumes a local squid proxy. -export http_proxy := http://127.0.0.1:3128/ -export ftp_proxy := http://127.0.0.1:3128/ +#export http_proxy := http://127.0.0.1:3128/ +#export ftp_proxy := http://127.0.0.1:3128/ LABEL := $(PACKAGE)-$(VERSION)