search for: wrong_repo

Displaying 1 result from an estimated 1 matches for "wrong_repo".

2010 Mar 29
1
appliance/make.sh won't update when re-configure with new mirror (or updates) url
...It will use the previous urls of mirror and updates which I specified via --with-mirror and --with-updates. for example: the previous command line I used is: 1. $ ./autogen.sh --with-mirror='http://wrongurl/fedora/os/' --with-updates='http://wrongurl/fedora/updates' --with-repo='wrong_repo' 2. $ make Then I want to make the build with new mirror and updates url: 1. $ make clean 2. ./autogen.sh --with-mirror='http://righturl/fedora/os/' --with-updates='http://righturl/fedora/updates' --with-repo='right_repo' 3. $ make I can see the following line in the o...