[opensuse-buildservice] In zypper How do I set the value to yes and turn off prompt
Adding repository 'localrepo' [done] Repository 'localrepo' successfully added Enabled: Yes Autorefresh: No URI: dir:///media/disk/local-rpms How can I avoid this error when adding repositories in a script file I want it to automatically choose 'yes' for the next question, I don't need the prompt. File 'repomd.xml' is unsigned, continue? [yes/no] (no): no Error building the cache: Signature verification failed for repomd.xml Warning: Disabling repository 'localrepo' because of the above error. Loading repository data... Reading installed packages... the calling command is: zypper ar /media/disk/local-rpms localrepo Also how do I set Autorefresh: to Yes ? Thanks Glenn -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Thu, 29 Oct 2009 10:56:37 +1100, doiggl wrote:
Adding repository 'localrepo' [done] Repository 'localrepo' successfully added Enabled: Yes Autorefresh: No URI: dir:///media/disk/local-rpms
How can I avoid this error when adding repositories in a script file I want it to automatically choose 'yes' for the next question, I don't need the prompt.
According to the man page, -n might be useful. Jim -- Jim Henderson Please keep on-topic replies on the list so everyone benefits -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
doiggl@velocitynet.com.au
-
Jim Henderson