You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request I received from user - posting it here to not forget about it
Usecase: a devel project with 'many' packages, mostly linking to 'openSUSE:Factory' (proper devel project setup); The project also contains a few backport links to other projects to be able to build for other (older) distros (like 15.3) with a few fixes.
The user would like to push all diffs to openSUSE:Factory, but ignore all packages that are linked to different targets.
Usually, one would do osc pcheck $PROJECT --push which pushes all diffs to the parents of all packages.
For the specific usecase, envision something like osc pcheck $PROJECT --push --only-target openSUSE:Factory (UI to be decided)
This would then push all diffs of packages whose parent points is the project defined.
The text was updated successfully, but these errors were encountered:
one tried to be smart - the other one only tries to help the dev and not take the responsibility; IMHO, origin-manager was only trying to help Leap relmgr to chase after packages (taking the responsibility away from the developers); pcheck is clearly targeting devel prj maintainers (and only really works for developers caring for a full set of a devel project)
A request I received from user - posting it here to not forget about it
Usecase: a devel project with 'many' packages, mostly linking to 'openSUSE:Factory' (proper devel project setup); The project also contains a few backport links to other projects to be able to build for other (older) distros (like 15.3) with a few fixes.
The user would like to push all diffs to openSUSE:Factory, but ignore all packages that are linked to different targets.
Usually, one would do
osc pcheck $PROJECT --push
which pushes all diffs to the parents of all packages.For the specific usecase, envision something like
osc pcheck $PROJECT --push --only-target openSUSE:Factory
(UI to be decided)This would then push all diffs of packages whose parent points is the project defined.
The text was updated successfully, but these errors were encountered: