Mailinglist Archive: opensuse-bugs (15077 mails)
| < Previous | Next > |
[Bug 326651] New: zypper 0.8.22 does not seem to be scriptable
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Sep 2007 23:00:33 -0600 (MDT)
- Message-id: <bug-326651-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=326651
Summary: zypper 0.8.22 does not seem to be scriptable
Product: openSUSE 10.3
Version: Beta 3
Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: libzypp
AssignedTo: kkaempf@xxxxxxxxxx
ReportedBy: veryurgentmail@xxxxxxx
QAContact: kkaempf@xxxxxxxxxx
Found By: Customer
1:
zypper --non-interactive ar http://.... name
assumes [n] as the default for adding the public key. There does not seem to be
a way to enforce [y] and adding the key by script without user interaction.
2:
also with one of the previous versions one could remove all repositories with a
primitive hack like this:
for i in `seq 1 10`;
do
zypper sd 1
done
this does not work any more. One would assume that
zypper -t lr
returned a shell script readable string like
repos1 repos2 repos3
but it does not
zypper -s
also does not seem to work
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: zypper 0.8.22 does not seem to be scriptable
Product: openSUSE 10.3
Version: Beta 3
Platform: x86-64
OS/Version: openSUSE 10.3
Status: NEW
Severity: Major
Priority: P5 - None
Component: libzypp
AssignedTo: kkaempf@xxxxxxxxxx
ReportedBy: veryurgentmail@xxxxxxx
QAContact: kkaempf@xxxxxxxxxx
Found By: Customer
1:
zypper --non-interactive ar http://.... name
assumes [n] as the default for adding the public key. There does not seem to be
a way to enforce [y] and adding the key by script without user interaction.
2:
also with one of the previous versions one could remove all repositories with a
primitive hack like this:
for i in `seq 1 10`;
do
zypper sd 1
done
this does not work any more. One would assume that
zypper -t lr
returned a shell script readable string like
repos1 repos2 repos3
but it does not
zypper -s
also does not seem to work
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |