6549 Commits

Author SHA1 Message Date
Stephan Kulow
f705a24db1 Only have one statement in a line E701
https://www.flake8rules.com/rules/E701.html
2022-02-18 13:42:57 +01:00
Stephan Kulow
52dbb52b7f
Merge pull request #2703 from coolo/drop_etree
Harmonize imports on using lxml for XML parsing
2022-02-18 12:50:18 +01:00
Stephan Kulow
c1a66f9997
Merge pull request #2704 from coolo/remove_bare_excepts
Remove bare excepts - https://www.flake8rules.com/rules/E722.html
2022-02-18 12:50:05 +01:00
Stephan Kulow
1152d4c419 Remove bare excepts - https://www.flake8rules.com/rules/E722.html
The bare except in osc-credentials lead me to remove it and the scripts
using it
2022-02-18 12:03:56 +01:00
Stephan Kulow
e52dc6ce2b Harmonize imports on using lxml for XML parsing 2022-02-18 11:16:01 +01:00
Stephan Kulow
8b1acc1d2d
Merge pull request #2702 from coolo/remove_by_devel
Remove --by-develproject for adi command
2022-02-17 12:55:16 +01:00
Stephan Kulow
177a654eb1 Remove --by-develproject for adi command
It's pointless by now as we have no project that uses devel projects
and would accept submissions not coming from there

Fixes #1366 (kindof)
2022-02-17 12:04:25 +01:00
Fabian Vogt
3f8763ae56
Merge pull request #2701 from suntorytimed/master
rename JeOS to Minimal and remove Vagrant images
2022-02-17 11:51:05 +01:00
Stefan Weiberg
ddd2304022 use set -e to catch more issues with the script 2022-02-17 10:39:07 +00:00
Stefan Weiberg
ce5615cb53 rename JeOS to Minimal and remove Vagrant images 2022-02-17 10:23:19 +00:00
Stephan Kulow
28577584d2
Merge pull request #2700 from DimStar77/fix2699
staging: consider first staging a target even without --move
2022-02-17 09:15:12 +01:00
4fe336df4c
staging: consider first staging a target even without --move
Fixes #2699
2022-02-16 21:36:55 +01:00
c77acf533e
Merge pull request #2697 from DimStar77/pkglist_mandatory
Factory staging: report pkglistgen status
2022-02-15 15:46:11 +01:00
Stephan Kulow
34abdb2bc4
Merge pull request #2696 from coolo/fix_1105
Support to move one staging into another
2022-02-15 15:37:42 +01:00
2b94b402f1
Factory staging: report pkglistgen status 2022-02-15 15:19:43 +01:00
Stephan Kulow
dafa42d3df Support to move one staging into another
osc staging select --move adi:26 adi:14

If move is given, all staging projects given after the first will
be seen as source

Fixes #1105
2022-02-15 15:00:14 +01:00
Stephan Kulow
805cd93dbe
Merge pull request #1726 from cboltz/master
truncate overlong changelogs to 100 lines + last line
2022-02-15 13:42:30 +01:00
Stephan Kulow
e0da44c3ed
Merge pull request #2695 from coolo/fix_2342
Include request submitters in staging report
2022-02-14 17:24:13 +01:00
Stephan Kulow
108bef7c17 Include request submitters in staging report
Fixes #2342
2022-02-14 16:28:05 +01:00
Stephan Kulow
bf7c5e1682
Merge pull request #2694 from coolo/fi_2374
Introduce --remove-exclusion for staging select
2022-02-14 14:30:45 +01:00
Stephan Kulow
cf2c496116 Introduce --remove-exclusion for staging select
The API errors with that option if a request is ignored, so we have to
support it.

Fixes #2374
2022-02-14 13:59:42 +01:00
Stephan Kulow
5effbf8be3
Merge pull request #2692 from DimStar77/debug
ToolBase: use --osc-debug for osc's config value, not the tools own debug parameter
2022-02-10 11:44:02 +01:00
7e97d732af
ToolBase: use --osc-debug for osc's config value, not the tools own debug parameter 2022-02-10 10:02:10 +01:00
Fabian Vogt
e936910b93
Merge pull request #2690 from Vogtinator/morestaging
Include :Staging in :adi images and containerfile repo paths
2022-02-09 12:22:46 +01:00
Fabian Vogt
4bcf6f1ed2 Include :Staging in :adi images and containerfile repo paths
Those repos have to build against :Staging as well to get the prjconf.
2022-02-09 11:29:37 +01:00
Stephan Kulow
00fbc99195 ci: We don't use coveralls anymore 2022-02-08 14:46:24 +01:00
Fabian Vogt
756453896d
Merge pull request #2688 from Vogtinator/prodvercmp
Check whether the FTP trees contain OSRT:ProductVersion before releasing
2022-02-02 12:10:57 +01:00
Fabian Vogt
231bad39a8 Check whether the FTP trees contain OSRT:ProductVersion before releasing
Otherwise it might release a build which uses the wrong version.
2022-02-02 11:55:02 +01:00
2d5e72db80
Merge pull request #2687 from Vogtinator/fpncomp
factory-package-news.py: Don't rely on changelogtime equality
2022-01-26 09:25:10 +01:00
Fabian Vogt
34fc21abc1 factory-package-news.py: Don't rely on changelogtime equality
Use an inequality check instead. That way if there's no full match (like
caused by https://github.com/openSUSE/obs-build/issues/768), it doesn't fall
back to printing the whole changelog.
2022-01-26 08:45:04 +01:00
1bfd0ca26e
Merge pull request #2686 from nilxam/move_attrs
skippkg-finder: add a supplement list for adding package to the skiplist
2022-01-25 18:56:42 +08:00
f79172bb7c skippkg-finder: add a supplement list for adding package to the skiplist
For the purpose of adding some package(RPM) to the skiplist, there are
two option has introduced, skiplist_supplement_regex for adding package
if it has matched with the regex, skiplist_supplement_ignores in order
to free package from the regex rule.
2022-01-25 17:57:37 +08:00
Fabian Vogt
381123332a
Merge pull request #2685 from Vogtinator/vagrant15.4
gocd: Add Leap 15.4 vagrant boxes
2022-01-21 16:27:13 +01:00
Fabian Vogt
5a4355e32d gocd: Add Leap 15.4 vagrant boxes 2022-01-21 14:34:00 +01:00
Fabian Vogt
45efce0646 gocd: Update link to Leap-15.3.aarch64-libvirt_aarch64.json
In Leap 15.3+, aarch64 is no longer under ports.
2022-01-21 14:33:56 +01:00
Fabian Vogt
dfbb1b3a4f
Merge pull request #2684 from Vogtinator/monitor-km
gocd: Monitor KDE:Medias as well
2022-01-19 13:53:34 +01:00
Fabian Vogt
8240653a81 gocd: Monitor KDE:Medias as well
For https://github.com/os-autoinst/openqa-trigger-from-obs/pull/151
2022-01-19 12:42:28 +01:00
Fabian Vogt
75f0d35440
Merge pull request #2683 from Vogtinator/15.2eol
gocd: Drop 15.2
2022-01-10 11:05:47 +01:00
Fabian Vogt
e8319fa537
Merge pull request #2682 from dirkmueller/speccleaner
spec-cleaner imposed cleanups
2022-01-10 10:51:17 +01:00
Fabian Vogt
66468c6709
Merge pull request #2681 from dirkmueller/master
dist: include project-installcheck.py again
2022-01-10 10:50:38 +01:00
Fabian Vogt
85b5f84f75 gocd: Drop 15.2
15.2 went EOL on 2021-12-31.
2022-01-10 10:46:32 +01:00
ae6175d30e
Merge pull request #2680 from ggardet/master
Dashboard: do not display containerfile values for Leap
2022-01-04 17:35:36 +01:00
Dirk Müller
c72965d19b
spec-cleaner imposed cleanups 2022-01-03 15:34:47 +01:00
Dirk Müller
4e1b05cb7b
dist: include project-installcheck.py again
otherwise /usr/bin/osrt-project-installcheck is a stale softlink
2022-01-03 15:23:18 +01:00
1fe70a5509 Dashboard: do not display containerfile values for Leap 2022-01-03 14:32:36 +01:00
Stephan Kulow
51f56098d0
Merge pull request #2678 from ggardet/add_leap_dashboard
Add a dashboard for Leap
2022-01-01 13:00:37 +01:00
ac15e513de Add a dashboard for Leap 2021-12-21 15:02:10 +01:00
2681ad5e13
Merge pull request #2677 from gyr/micro52
Update MicroOS IBS project (MicroOS52) in botmaster
2021-12-17 21:08:36 +08:00
3fb8efb641 Update MicroOS IBS project (MicroOS52) in botmaster 2021-12-17 09:23:03 -03:00
Fabian Vogt
50e8e35200
Merge pull request #2620 from dirkmueller/master
pkglistgen: Handle loops in project path expansion
2021-12-16 15:50:46 +01:00