Jimmy Berry
76ac5d6b2e
metrics: ingest_release_schedule(): disable for Tumbleweed until #1250 .
2018-02-19 14:40:17 -06:00
Jimmy Berry
f0fee5ec8d
metrics: update Leap config key to match osclib/conf post #1386 .
2018-02-19 14:39:44 -06:00
Stephan Kulow
c589ef11e2
Merge pull request #1399 from coolo/split_unwanted
...
Support unneeded.yml as list of regular expressions
2018-02-13 21:46:37 +01:00
Stephan Kulow
c6a25fb4f5
autopep8 to fix indenting
2018-02-13 13:30:15 +01:00
Stephan Kulow
f2784b26ad
Move package hints into unsorted.yml
2018-02-13 13:28:30 +01:00
Stephan Kulow
b57ec253bb
Support unneeded.yml as list of regular expressions
...
UNWANTED is a bit heavy weapon to filter unsorted.yml, so leave
its role to packages we sure don't want (e.g. -mini and -bootstrap
packages). Packages that are there but would end in unsorted otherwise,
filter by means of package regular expressions in unneeded.yml
The format of that file is yml with a list of groups of regular
expressions.
global:
- .*-32bit
texlive:
- texlive.*
2018-02-13 13:28:30 +01:00
Stephan Kulow
3e3f4589f9
Merge pull request #1395 from jberry-suse/pkglistgen-sle
...
pkglistgen: do_update_and_solve(): check for existence of :DVD instead of rings and pkglistgen-product-family-last config option.
2018-02-13 13:27:35 +01:00
Jimmy Berry
7f93dbee22
Merge pull request #1391 from dirkmueller/rebuild_arm
...
Fixes for openSUSE:*ARM rebuilding
2018-02-12 18:05:07 -06:00
Jimmy Berry
07f4174b11
conf: SLE-15: set pkglistgen-product-family-last to SLE-11:GA.
2018-02-12 17:58:04 -06:00
Jimmy Berry
d062a7c0c1
pkglistgen: expose pkglistgen-product-family-last config option.
2018-02-12 17:56:29 -06:00
Jimmy Berry
78c87be188
osclib/util: project_list_family_prior(): provide last parameter.
2018-02-12 17:55:39 -06:00
Jimmy Berry
47bc54daae
osclib/util: project_list_family(): handle IBS SLE naming style.
2018-02-12 17:31:26 -06:00
Jimmy Berry
87ab899c92
Merge pull request #1398 from lnussel/leaper
...
leaper: don't check maintainer for other requests in ibs
2018-02-12 16:54:51 -06:00
Ludwig Nussel
4e3148aace
leaper: don't check maintainer for other requests
2018-02-12 13:27:27 +01:00
Jimmy Berry
21d9155157
pkglistgen: do_update_and_solve(): check for existence of :DVD instead of rings.
2018-02-09 18:00:58 -06:00
Jimmy Berry
ad077ab5e9
Merge pull request #1394 from lnussel/leaper
...
leaper: switch off maintainer review for updates from Factory
2018-02-09 15:41:00 -06:00
Ludwig Nussel
d4a4cf8396
leaper: switch off maintainer review for updates from Factory
2018-02-09 13:31:11 +01:00
d540bfa81b
Skip automatic rebuild for more pattern packages
2018-02-09 09:42:06 +01:00
d1598222d8
Avoid hitting the request limit
...
In certain cases the rebuild url is longer than what the API
server is going to handle as maximum url length. just stop
adding stuff to rebuild in that case, hopefully it will reduce
over repeated runs.
2018-02-08 13:22:32 +01:00
4ad67d64b5
Fix rebuildpacs for armv6/armv7 architectures
...
For some architectures, the rpm architecture and the
Open Build Service Scheduler architecture is not identical. This
is partially unavoidable as they are defined differently (OBS
uses the kernel arch, and the rpm architecture might contain
extra ABI information that is only relevant for user space). Accomodate
by special casing the currently known two exceptions.
2018-02-08 13:22:32 +01:00
Jimmy Berry
878b87b2a9
Merge pull request #1390 from jberry-suse/select-description-example
...
osc-staging: select: add filter-by example using hashtag in description.
2018-02-07 16:20:07 -06:00
Jimmy Berry
b2c2fee6f5
osc-staging: select: reword documentation to include XML reference.
2018-02-06 23:05:51 -06:00
Jimmy Berry
bf13cc7a77
osc-staging: select: mention additional supplemented request values.
2018-02-06 23:04:49 -06:00
Jimmy Berry
73dc18de94
osc-staging: select: mention quick strategy in documentation.
2018-02-06 23:04:07 -06:00
Jimmy Berry
17508e4bc3
osc-staging: select: add filter-by example using hashtag in description.
2018-02-06 22:00:40 -06:00
Jimmy Berry
56df1cf592
Merge pull request #1386 from jberry-suse/pkglistgen-droplist
...
pkglistgen: integrate drop list creation into update_and_solve and project family methods
2018-02-06 21:08:44 -06:00
Jimmy Berry
faa028a805
Merge pull request #1388 from jberry-suse/leap-conf
...
osclib/conf: leap: incorporate proven settings for future releases.
2018-02-06 21:01:04 -06:00
Stephan Kulow
453868ae59
Merge pull request #1389 from andreasstieger/remove-42.2
...
remove Leap 42.2 from tests
2018-02-06 11:57:44 +01:00
Andreas Stieger
10e56c1f2e
remove Leap 42.2 from tests
2018-02-06 11:30:02 +01:00
Jimmy Berry
893e9678a4
osclib/conf: leap: incorporate proven unselect settings.
2018-02-06 02:15:34 -06:00
Jimmy Berry
3261aed8a1
osclib/conf: leap: incorporate proven splitter settings.
2018-02-06 02:15:27 -06:00
Jimmy Berry
376084009c
osclib/conf: include Leap for Factory during pkglistgen.
2018-02-06 00:25:46 -06:00
Jimmy Berry
68b5350618
pkglistgen: include some hints about the difference between solv files.
2018-02-06 00:25:46 -06:00
Jimmy Berry
89457bfe8d
pkglistgen: integrate drop list creation into update_and_solve.
...
In order to generate a complete drop list the nonfree repository must also
be cached for both current and published builds. The solv files are then
merged and used to generate drop list.
2018-02-06 00:25:38 -06:00
Jimmy Berry
0c35cd935b
pkglistgen: do_dump_solv(): handle old-style product repo format.
...
This allows for generating solv cache for Leap versions prior to 15.0
which avoids the need to have them checked into git like previous
package-lists repository.
2018-02-06 00:14:38 -06:00
Jimmy Berry
29b60fcda1
pkglistgen: do_create_droplist(): print to file when output_dir available.
2018-02-06 00:14:38 -06:00
Jimmy Berry
9bf4425ce5
pkglistgen: provide update_merge() to combine free and nonfree solv.
2018-02-06 00:14:30 -06:00
Jimmy Berry
c57afdd258
osclib/util: provide project_list_family* and project_version().
2018-02-06 00:13:43 -06:00
Jimmy Berry
b1ec7efb3c
osclib/stagingapi: get_staging_projects(): utilize project_list_prefix().
2018-02-06 00:13:43 -06:00
Jimmy Berry
df2fd398e0
osclib/core: provide project_list_prefix().
2018-02-06 00:13:43 -06:00
Jimmy Berry
3331f263dc
osclib/conf: add download-baseurl for Leap and Factory.
2018-02-06 00:13:43 -06:00
Jimmy Berry
c7deabd80b
osclib/conf: support version in project pattern as value replacement.
2018-02-06 00:13:43 -06:00
Jimmy Berry
cd1fa5db15
Merge pull request #1385 from DimStar77/CPD
...
CreatePackageDescr: ignore debuginfo.build deps for i-i-debuginfodeps…
2018-02-03 00:32:49 -06:00
9e653bf29d
CreatePackageDescr: ignore debuginfo.build deps for i-i-debuginfodeps* packages
...
All -debuginfo dependencies are split to other repos, and are not able to be
tested here. Allow repo-checker to skip over those.
2018-02-01 15:36:09 +01:00
Stephan Kulow
10fd5ae482
Merge pull request #1383 from coolo/fix_overlap
...
pkglistegen: Fix overlap generation
2018-02-01 12:13:51 +01:00
Stephan Kulow
93502e851a
pkglistegen: Fix overlap generation
...
Don't remove packages from modules *below* overlap or they are gone for good
2018-02-01 11:56:20 +01:00
Ludwig Nussel
b78d3b9eea
Merge pull request #1382 from DimStar77/reminder-workding
...
build-faul-reminder: Small rewording of the 2nd mail
2018-01-31 13:13:01 +01:00
c25f3ed8e5
build-faul-reminder: Small rewording of the 2nd mail
2018-01-31 11:26:34 +01:00
d88eefe918
Merge pull request #1379 from jberry-suse/nonfree-adi-group
...
adi: place :NonFree requests in separate adi with :NonFree path.
2018-01-31 16:57:51 +08:00
2d13b11783
adi: place :NonFree requests in separate adi with :NonFree path.
2018-01-31 01:34:00 -06:00