1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 14:08:42 +02:00

add dependson and whatdependson commands

This commit is contained in:
Adrian Schröter
2009-12-04 16:20:17 +01:00
parent 457b8345d1
commit edc55d83ec
3 changed files with 91 additions and 0 deletions

2
NEWS
View File

@@ -19,6 +19,8 @@
- add "osc build --root" option to allow to specify build root directory
- add "osc build --release" option to allow to specify a package release number
- added osc mv command which can rename file and leave them under version control
- added new commands "dependson" and "whatdependson" to find out which packages get
triggered before checkin/request accept.
- Incompatible changes:
* osc se now prints Project Package, instead of Package Project
for easier copy&paste.