Mailinglist Archive: opensuse-bugs (6764 mails)
| < Previous | Next > |
[Bug 731090] kiwi: rpm-dir repository type does not find packages
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 18 Nov 2011 09:15:01 +0000
- Message-id: <20111118091501.E0612245523@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=731090
https://bugzilla.novell.com/show_bug.cgi?id=731090#c5
Marcus Schaefer <ms@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
InfoProvider| |cyberorg@xxxxxxxxxxxx
--- Comment #5 from Marcus Schaefer <ms@xxxxxxxx> 2011-11-18 09:15:00 UTC ---
ok so let's try without a config and see if that causes the trouble
but basically in that case I think the config is only [main] and nothing
more
@Cyberorg: can you do the following test:
1. edit the file /usr/share/kiwi/modules/KIWIManager.pm
2. search for '--config' you will find two places in the code
looking like this:
...
"--raw-cache-dir $dataDir",
"--config $zypperConf"
3. remove the --config option from the code so that it looks like this
...
"--raw-cache-dir $dataDir"
BTW: the ',' is important ;)
4. call kiwi again and see if that makes a difference
Thanks
--
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 > |