Root filesystem code.
[virt-p2v.git] / Makefile
index 123efae..c8eafaf 100644 (file)
--- 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)