Hi all,
can I find out which linked/branches packages in a project have differences to their origin/parent package?
I know I can loop over all packages, enter the package folder, do a diff, go back, next package. But I was wondering if there is something only showing packages that have changes.
Kind Regards, Johannes
On Thu, 2023-05-11 at 11:13 +0200, Johannes Kastl wrote:
Hi all,
can I find out which linked/branches packages in a project have differences to their origin/parent package?
I know I can loop over all packages, enter the package folder, do a diff, go back, next package. But I was wondering if there is something only showing packages that have changes.
sudo zypper in osc-plugin-pcheck
osc pcheck GNOME:Next
Overview of project GNOME:Next ============================== Changed & unsubmitted packages: 9 gnome-podcasts, avahi, flatpak, gnome-session, patterns-gnome, phoc, python-gi-docgen, gstreamer-docs, plymouth
Changed & submitted packages: 2 at-spi2-core(1086212), nautilus(1086199)
Packages without link: 6 gnome-next-pkglist, gnome-next.i586, gnome-next.x86_64, gtkmm3- documentation, obs-service-pkg_version, snapshot
Packages with errors: 0
you mean something like that?
On 11.05.23 at 11:23 Dominique Leuenberger wrote:
On Thu, 2023-05-11 at 11:13 +0200, Johannes Kastl wrote:
Hi all,
can I find out which linked/branches packages in a project have differences to their origin/parent package?
I know I can loop over all packages, enter the package folder, do a diff, go back, next package. But I was wondering if there is something only showing packages that have changes.
sudo zypper in osc-plugin-pcheck
you mean something like that?
Yes! That looks like what I was after. Thanks, Dominique!
Kind regards, Johannes
buildservice@lists.opensuse.org