Ludwig Nussel
28831300fc
Defer initialization of ring packages
...
some users of the staging api don't need to access rings, so defer
initialization to first use.
2016-05-09 17:32:40 +02:00
Ludwig Nussel
d6e1bf20e7
Make sure to only release the 'images' repo on ARM
...
openSUSE:Factory:ARM introduced an 'images_staging' repo for the
ARMv7 stuff we need to ignore.
Re-fixes 0d98adb86595c761a7a1a5c0f887042a7403930e
2016-05-09 17:32:40 +02:00
Ludwig Nussel
a59f95f2c2
Improve logging implementation
2016-05-09 17:32:40 +02:00
Ludwig Nussel
b146f29c1e
Use python logging in ToTest manager
2016-05-09 13:07:54 +02:00
d5e412ea3f
Merge pull request #498 from openSUSE/avoid_suprises
...
Do not run Factory workflow stuff on SLE projects
2016-05-06 21:42:08 +08:00
Stephan Kulow
8e05bf94ff
Do not run Factory workflow stuff on SLE projects
2016-05-06 15:17:13 +02:00
Stephan Kulow
7b850e6744
Merge pull request #496 from lnussel/master
...
Don't delete _service file
2016-05-05 10:42:18 +02:00
Alberto Planas
a2594985a1
Merge pull request #497 from aplanas/openqa
...
Openqa
2016-05-04 16:43:41 +02:00
Alberto Planas
5732cd993a
conf: allows subprojects in the regex.
2016-05-04 14:39:42 +02:00
Alberto Planas
e0b0d86da2
PEP8: long line complain.
2016-05-04 14:37:03 +02:00
Ludwig Nussel
74cc03e1b9
Merge pull request #494 from openSUSE/fix_md
...
Fix formatting for passing tests
2016-05-03 16:44:07 +02:00
Ludwig Nussel
9a4484d8a2
Use $old variable instead of hardcoding
2016-05-03 16:35:21 +02:00
Ludwig Nussel
009ad9c794
Don't delete _service file
...
The heuristic further down needs to take changes to the service
file into consideration
2016-05-03 16:32:47 +02:00
Stephan Kulow
9dbf5ff6c0
Merge pull request #495 from nilxam/id_number_switch
...
Use number instead of id for id->number switch issue
2016-05-03 16:13:21 +02:00
73da5dd402
Use number instead of id for id->number switch issue
2016-05-03 21:29:32 +08:00
Stephan Kulow
3ae5d9fe71
Fix formatting for passing tests
2016-05-02 12:53:05 +02:00
Ludwig Nussel
f04db3efa1
Merge pull request #493 from openSUSE/add_sle_reviews
...
Update the openQA if the number of tests changed
2016-05-02 09:42:36 +02:00
Stephan Kulow
76f91fe250
Update the openQA if the number of tests changed
2016-04-29 15:08:59 +02:00
Stephan Kulow
1a15558c76
Merge pull request #492 from openSUSE/add_sle_reviews
...
Add sle reviews
2016-04-28 17:25:23 +02:00
Stephan Kulow
41c33307da
Make it more pleasing python
2016-04-28 17:02:16 +02:00
Stephan Kulow
425907266a
First version of SUSE Update reviewer
2016-04-28 14:35:58 +02:00
Stephan Kulow
106751f602
Support group reviews for maintenance
2016-04-28 12:32:09 +02:00
Ludwig Nussel
0617ecce2f
Merge pull request #491 from lnussel/master
...
Make sure to not post unicode strings to OBS
2016-04-27 15:34:47 +02:00
Ludwig Nussel
0b1f94fe99
Make sure to not post unicode strings to OBS
...
https://github.com/openSUSE/open-build-service/issues/1529
2016-04-27 15:19:29 +02:00
7859915ac9
Merge pull request #490 from nilxam/fix_ugly_workaround
...
Fix ugly workaround
2016-04-21 20:25:35 +08:00
dfb4f959fa
Ugly workaround for glibc.i686 package config
...
Workaround glibc.i686 package config, it had a topadd block in _link,
and looks like it causes the disturl won't consistently with glibc even
with the same srcmd5. And the lastsuccess state will be outdated if the
revision is used the same srcmd5.
Note: the proper workaround, to instead of
5daf2bb6509abaf966268c9d6b13aa4e330a8af3
2016-04-21 20:12:10 +08:00
87d4fa5f09
Revert "Ugly workaround for glibc.i686 package config"
...
This reverts commit 5daf2bb6509abaf966268c9d6b13aa4e330a8af3.
2016-04-21 20:09:25 +08:00
Alberto Planas
e593ce11c1
Merge pull request #488 from nilxam/fix_glibc_i686
...
Add glibc.i686 to specs if its glibc request
2016-04-21 12:44:51 +02:00
5daf2bb650
Ugly workaround for glibc.i686 package config
...
Workaround glibc.i686 package config, it had a topadd block in _link,
and looks like it causes the disturl won't consistently with glibc even
with the same srcmd5. And the lastsuccess state will be outdated if the
revision is used the same srcmd5.
2016-04-21 18:30:56 +08:00
fb7f304edd
Add glibc.i686 to specs if its glibc request
...
Add glibc.i686 to specs if its glibc request, therefore, repochecker
will not ignore glibc.i686 binaries in case some binaries need them.
Also ignore build_excluded if it's i686 only package, and downloading
it's i586 packages.
2016-04-21 18:30:56 +08:00
8aae479e89
Merge pull request #487 from nilxam/show_me_more_2
...
More sensible output in check_disturl()
2016-04-21 18:11:34 +08:00
b9c98afa34
More sensible output in check_disturl()
...
More sensible output in check_disturl(). And changed the output flag to
WARNING than DECLINED as it did not really decline the request.
2016-04-20 17:32:26 +08:00
36e0509469
Merge pull request #486 from nilxam/show_me_more
...
Output the additional message if the request is outdated in the devel…
2016-04-19 22:30:00 +08:00
518586506d
Output the additional message if the request is outdated in the devel project
...
The additional message will look more clear than telling it's bad
disturl and no matching downloads available. Note that, before executing
in check_disturl(), there is another place to check the revision which
was in check_specs(), but it was mainly for 2nd spec.
And makes DECLINED message consistently.
2016-04-19 21:52:31 +08:00
8a04f7d924
Merge pull request #485 from nilxam/repair_cmd
...
New staging repair command
2016-04-18 22:17:55 +08:00
374d472ecb
New staging repair command
...
Mainly fix the request review if the request got reopened.
2016-04-18 21:55:51 +08:00
7106a1cfaf
Merge pull request #484 from DimStar77/decline-rewording
...
repochecker: Adjust the decline message for missing binaries
2016-04-12 17:22:15 +08:00
8c6ef7ff80
repochecker: Adjust the decline message for missing binaries
...
Some users are confused as the old message "package never built" does
not have to be true in many cases, especially on longer-lasting
stagings. In this case, the binaries might have been built but have
since been replaced by newer ones - the effect is the same: repo-checker
can't receive them in order to perform the full checks.
2016-04-12 11:15:39 +02:00
6e552daaf1
Merge pull request #483 from nilxam/show_package_name
...
Show package also in adi command
2016-04-11 17:13:17 +08:00
85674b31c5
Show package also in adi command
2016-04-11 13:53:23 +08:00
Stephan Kulow
f209d8d83f
Merge pull request #481 from lnussel/master
...
Add access control to abichecker apache config
2016-04-06 10:18:23 +02:00
Ludwig Nussel
a9a6dcb617
Add access control to abichecker apache config
...
The apache config file for abichecker needs to include access control
rules, otherwise apache will deny access.
2016-04-05 16:12:23 +02:00
bfcc4e55ec
Merge pull request #479 from lnussel/master
...
Install tmpfiles config to clean up downloads
2016-04-04 09:04:33 -05:00
a0546b95b8
Merge pull request #480 from DimStar77/typo
...
Fix typo from commit 7e0294
2016-04-04 09:04:01 -05:00
e2e4fa8da8
Fix typo from commit 7e0294
2016-04-03 23:00:11 +02:00
Ludwig Nussel
ff67574c43
Install tmpfiles config to clean up downloads
2016-04-01 16:06:44 +02:00
Ludwig Nussel
b3cad10e44
Merge pull request #476 from DimStar77/publish_safeguard
...
ttm: Safeguard publishing of :ToTest
2016-04-01 11:46:05 +02:00
Ludwig Nussel
c493a5fdda
Merge pull request #471 from lnussel/q
...
Add bot for openQA maintenance
2016-04-01 11:45:56 +02:00
00295cf5f7
Merge pull request #478 from nilxam/add_misses_commit
...
Add misses part for force accept
2016-03-25 14:02:08 -05:00
7e02942d07
Add misses part for force accept
2016-03-26 02:59:28 +08:00