1957 Commits

Author SHA1 Message Date
Ludwig Nussel
7a19cf19fb Merge pull request #526 from lnussel/master
Handle separate lookup file in :NonFree
2016-06-14 14:29:31 +02:00
Ludwig Nussel
2d9c4d77d9 Merge pull request #525 from lnussel/abi
Port abichecker to new osc API
2016-06-14 14:06:36 +02:00
Ludwig Nussel
b505e7e7d8 Create empty dict even for projects without packages
cross OBS instance search doesn't seem to work so get_devel_project would
crash

closes #529
2016-06-14 14:05:17 +02:00
Ludwig Nussel
92144dade4 Wait for Factory reviews 2016-06-14 13:51:26 +02:00
33144b72c9 Merge pull request #527 from nilxam/rework_generate_pkgs
Rework generate pkgs
2016-06-13 17:44:52 +08:00
8c649111d9 Supeseding the request only when it was an reasonable type
Supeseding in stagin tool mainly works for submit/delete type request,
ie. supesede each other. The rest of type should not the case here.
2016-06-13 17:30:08 +08:00
46c2c2304c Update fixtures 2016-06-13 16:55:05 +08:00
335089ac61 Displays as Ring0 package if the subpackage was linked to Ring1
If the package was linked to Ring1 from Ring1, staging list command
should display it as Ring0 package ie. it's only be able to puts in
ring0 staging project. This is work out
https://progress.opensuse.org/issues/8266
2016-06-13 16:54:01 +08:00
Ludwig Nussel
26ac754a0a Include review message in verbose output 2016-06-10 10:59:36 +02:00
Ludwig Nussel
bcaa610a67 Handle separate lookup file in :NonFree 2016-06-10 10:59:36 +02:00
Ludwig Nussel
7794a9da10 Port abichecker to new osc API 2016-06-10 10:58:34 +02:00
Ludwig Nussel
23392e575a Merge pull request #524 from lnussel/master
Fix accept logic to actually work
2016-06-09 16:30:53 +02:00
Ludwig Nussel
bddcc12c8d Fix accept logic to actually work 2016-06-09 13:15:01 +02:00
45f722591b Merge pull request #523 from hennevogel/master
Append trailing slash to ownCloud whitelist entry
2016-06-09 11:51:06 +02:00
Henne Vogelsang
625c4296f1 Append trailing slash to ownCloud whitelist entry 2016-06-09 11:46:38 +02:00
Henne Vogelsang
c47cd08e15 Whitelist isv:ownCloud:desktop as devel project
In preparation for submission of owncloud-client, a completely new
Factory package.
2016-06-09 11:35:33 +02:00
Ludwig Nussel
cde6f6c07b Merge pull request #518 from lnussel/fixes
Tons of fixes
2016-06-08 16:56:16 +02:00
Ludwig Nussel
d16194caea Use decline message also on fallback
In fallback mode the bot would laccept a request on failure. It should also put the failure message in that case.
2016-06-07 15:12:02 +02:00
Ludwig Nussel
51bd96180a Only accept single action requests 2016-06-07 15:12:02 +02:00
Ludwig Nussel
51132f149e Auto accept submissions from fallback reviewer 2016-06-07 15:12:02 +02:00
Ludwig Nussel
64642dd433 Output current QA version for debugging 2016-06-07 15:12:02 +02:00
Ludwig Nussel
4c43fe5c87 Group staging list by devel project 2016-06-07 15:12:02 +02:00
3adf2986ed Add kexec-tools and mokutil to 42.2 DVD 2016-06-07 15:12:02 +02:00
Ludwig Nussel
f2db5cdb5e Use implicit whitespace split 2016-06-07 15:12:02 +02:00
Ludwig Nussel
8857e79813 Print warning when staging with build disabled 2016-06-07 15:11:26 +02:00
Ludwig Nussel
00e6868233 Fixed dropped package logic
Only check for dropped packages if they are actually dropped
2016-06-07 15:11:26 +02:00
Ludwig Nussel
d35e73d595 Introduce the Leap bot
Combination of factory source checker and maintainer check
2016-06-07 15:11:26 +02:00
Ludwig Nussel
5be0c17f51 Better filtering, new packages
- allow filtering from multiple projects
- option to also submit new packaes
- print skipped packages
2016-06-07 15:11:26 +02:00
Ludwig Nussel
919009aaf3 Print linkpac -f if link exists 2016-06-07 15:11:26 +02:00
Ludwig Nussel
91ae64c4d9 Check other sources too if lookup says Factory
A package might come from Factory temporarily
so we need to check the other sources too in
case it was accepted in SLE
2016-06-07 15:11:26 +02:00
Ludwig Nussel
7970a01c28 Don't die on packages that don't exist in Factory 2016-06-07 15:11:26 +02:00
Ludwig Nussel
4c80dad63b Add SP2 to list of projects to check 2016-06-07 15:11:26 +02:00
Ludwig Nussel
2f8f5fadd5 Add hack for NonFree 2016-06-07 15:11:26 +02:00
Ludwig Nussel
930c30020f Improve maintenance project handling
Only consider "main" packages instead of throwing lots of warnings.
That allows to see the really new packages.
2016-06-07 15:11:26 +02:00
Ludwig Nussel
fac9d408bb Change meaning of --force for accept
Just ignore if totest doesn't exist. Instead make --force accept a
staging despite failures.
2016-06-07 15:11:26 +02:00
Ludwig Nussel
a71a2ee9b4 Add --no-bootstrap to freeze command
Sometimes it's desirable to re-freeze a staging project without touching
the bootstrap copy again.
2016-06-07 14:44:42 +02:00
Ludwig Nussel
27fb22b504 Print out something when trying to select a dupliate request 2016-06-07 14:44:42 +02:00
Ludwig Nussel
605a0cd0fa Catch sub packages changed to standalone
Instead of just dying raise a meaningful exception if a package is a
subpackage in a ring but standalone in the main project.
2016-06-07 14:44:42 +02:00
Ludwig Nussel
438e333eff Also fix multi spec file links 2016-06-07 14:44:42 +02:00
Ludwig Nussel
082f3a9a52 Fixup cleanup_rings a bit 2016-06-07 14:44:42 +02:00
Ludwig Nussel
dcb53ead4e Fix openSUSE staging defaults 2016-06-07 14:42:57 +02:00
Ludwig Nussel
54237060ed Merge pull request #522 from DimStar77/cleanup
Cleanup
2016-06-07 14:01:27 +02:00
Ludwig Nussel
9c559154be Merge pull request #517 from lnussel/master
Implement default action
2016-06-02 17:59:12 +02:00
76c3a09457 Staging: de-duplicate code 2016-06-02 16:56:51 +02:00
d70f80cbd2 Autocleanup: Make list of packages to retain configurable 2016-06-02 16:37:32 +02:00
Ludwig Nussel
5812e0fe47 Merge pull request #519 from DimStar77/accept-cleanup
Accept cleanup
2016-06-02 13:09:42 +02:00
482c1f0490 AcceptCommand: Cleanup packages that were manually linked to projects 2016-06-02 12:40:48 +02:00
Ludwig Nussel
0a8ea8db9e Auto accept unhandled request types 2016-06-01 14:00:01 +02:00
Ludwig Nussel
e4ab75ce7d Implement default action
The default action can be reimplemented by bots to e.g. auto fail or
auto accept.
2016-06-01 13:59:35 +02:00
Stephan Kulow
5ea8ca7f5b Merge pull request #516 from nilxam/another_id_num
Fix for id->number change in check_command
2016-05-31 15:30:51 +02:00