Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: d222a38d0353d98c78eb8b10363b27f7a64a3644
https://github.com/openSUSE/osc/commit/d222a38d0353d98c78eb8b10363b27f7a64a…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M osc/commandline.py
M osc/core.py
Log Message:
-----------
Fix getbinaries command to fetch also multibuild packages
Commit: 08a70952c05f745f1c56ee04740c589f0f89585b
https://github.com/openSUSE/osc/commit/08a70952c05f745f1c56ee04740c589f0f89…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M osc/commandline.py
Log Message:
-----------
Skip fetching metadata and logs in the getbinaries command
They have identical names for all downloaded packages
and get overwritten by the last downloaded file.
Unless we dowload them into subdirs or prefix them with package name,
it makes no sense to download them.
Commit: e37e1440998e459c083260a2e9fb7262bb73645b
https://github.com/openSUSE/osc/commit/e37e1440998e459c083260a2e9fb7262bb73…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M osc/commandline.py
Log Message:
-----------
Fix getbinaries -M/--multibuild-package option usage
Commit: ced706080bd87348b4c696d54602f17c49195de2
https://github.com/openSUSE/osc/commit/ced706080bd87348b4c696d54602f17c4919…
Author: Daniel Mach <daniel.mach(a)gmail.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M osc/commandline.py
M osc/core.py
Log Message:
-----------
Merge pull request #1006 from dmach/getbinaries-multibuild
Fix getbinaries command to fetch also multibuild packages
Compare: https://github.com/openSUSE/osc/compare/a0388fc6e7f1...ced706080bd8