6582 Commits

Author SHA1 Message Date
Ancor Gonzalez Sosa
8864e9ccee Rename test file to ensure it is executed in CI 2021-09-09 15:07:34 +02:00
Ancor Gonzalez Sosa
28c771927a Rename OBSLocal.StagingWorkflow to OBSLocal.FactoryWorkflow 2021-09-09 15:07:34 +02:00
José Iván López
d2e3c9d2c1
Merge pull request #2633 from joseivanlopez/clean-attrs
Remove attributes in tests
2021-09-07 14:58:46 +01:00
José Iván López González
3db6e4b528 Add some comments 2021-09-07 13:17:04 +01:00
José Iván López González
c74900f3b9 Create ProductVersion attribute 2021-09-07 13:17:04 +01:00
José Iván López González
352ce10c24 Remove attributes when destroying a workflow 2021-09-07 13:16:57 +01:00
d07908c488
Merge pull request #2634 from nilxam/move_extra_osrt
skippkg-finder: move extra packages to the OSRT attribute
2021-09-07 17:32:34 +08:00
f05d711988 skippkg-finder: move extra packages to the OSRT attribute
The extra packages are packages should be skipped in ftp-tree but we
won't for some reasons, packagelist is not fixed depend on package
status in SLE side, move the list to OSRT attribute avoiding modify this
list so often.
2021-09-07 16:41:10 +08:00
José Iván López
2f7e249948
Merge pull request #2629 from joseivanlopez/doc-rings
Add rings documentation
2021-09-06 13:20:07 +01:00
José Iván López González
a46b9f4505 Improve text 2021-09-06 12:51:01 +01:00
José Iván López González
d54ef917bb Add line breaks 2021-09-06 12:47:51 +01:00
José Iván López González
45bf875e8b Improve text 2021-09-06 12:17:54 +01:00
José Iván López González
294f8db72d Document ADI projects 2021-09-06 10:47:04 +01:00
63613a9230
Merge pull request #2632 from nilxam/update_extras_skippkg
skippkg-finder: add two packages to the extra list for zypper dup reason
2021-09-06 16:28:14 +08:00
eda1221f8f skippkg-finder: add two packages to the extra list for zypper dup reason 2021-09-06 15:58:39 +08:00
Josef Reidinger
f383bb8116
do not use oscrc from fixtures (should fix #1989) 2021-09-03 16:53:09 +02:00
Josef Reidinger
357cddea60
fix deprecation warning in parser 2021-09-03 10:17:19 +02:00
José Iván López González
d02e309b66 Add documentation 2021-09-02 16:56:50 +01:00
f75b5c1b0f
Merge pull request #2628 from nilxam/gocd_skippkg_finder
gocd: fix a missing whitespace between command and argument for skippkg-finder
2021-09-01 02:17:08 +08:00
fdf60bfadd gocd: fix a missing whitespace between command and argument for skippkg-finder 2021-09-01 01:30:30 +08:00
0de63caa85
Merge pull request #2625 from nilxam/skippkg_finder
skippkg-finder: overwrites NON_FTP_PACKAGES.group for obsoleted/unneeded package from SLE or openSUSE
2021-08-31 16:51:24 +08:00
2a3ee0c246 Update specfile for skippkg-finder 2021-08-26 21:37:15 +08:00
b9202df021 Run skippkg-finder.py before pkglistgen 2021-08-26 21:37:15 +08:00
70acfda962 Add skippkg-finder.py to overwrite NON_FTP_PACKAGES for obsoleted and unneeded package 2021-08-26 21:37:15 +08:00
Fabian Vogt
43b07171ad
Merge pull request #2624 from Vogtinator/timerfix
gocd: Fix timer specification for Update.Repos.Leap
2021-08-20 09:49:06 +02:00
Fabian Vogt
33d44e218e gocd: Fix timer specification for Update.Repos.Leap 2021-08-20 09:17:52 +02:00
Ancor Gonzalez Sosa
0316d3b0d3
Merge pull request #2617 from openSUSE/test_factory_workflow
Test to showcase a submit request to Factory
2021-08-19 17:23:59 +02:00
Ancor Gonzalez Sosa
827ecacf45 Test to showcase a submit request to Factory 2021-08-19 16:29:24 +02:00
abe2f6982d
Merge pull request #2622 from nilxam/timer_updaterepos_154
gocd: increase the timer for fire Leap updaterepos every 3 days
2021-08-19 17:34:47 +08:00
3db2ad4482 gocd: increase the timer for fire Leap updaterepos every 3 days
Since Leap's ftp-tree takes more time to build, increase the timer for
fire Leap updates repos every 3 days, otherwise a new change might
trigger mediums rebuild then a rebuild counter sync following later.
2021-08-19 13:43:56 +08:00
b133ea6161
Merge pull request #2619 from gyr/LEO
add release package and packagelist bots for LEO
2021-08-12 16:03:12 +08:00
3f9847b21d add release package and packagelist bots for LEO 2021-08-11 10:44:34 -03:00
918f32ccfd
Merge pull request #2618 from nilxam/ttm_154
ttm: add new ttm pipeline for Leap 15.4
2021-08-10 23:17:28 +08:00
3487241626 ttm: add new ttm pipeline for Leap 15.4 2021-08-10 22:31:37 +08:00
Ancor Gonzalez Sosa
5b68d530e8
Merge pull request #2608 from openSUSE/sle_onion_test
Document and extend OBSLocal
2021-08-05 12:55:11 +02:00
Ancor Gonzalez Sosa
b188340266 OBSLocal: top-level classes documentation to clarify the scope 2021-08-05 12:16:22 +02:00
Martin Vidner
71baf59779 devel-project: make "list" the default command work in Python 3.3
Improves the previous commit,
fixes "AttributeError: 'Namespace' object has no attribute 'write'"
after showing the listing
2021-08-05 11:58:02 +02:00
4e54cb5678 devel-project: Add a func callback to main parser
Workarouds https://bugs.python.org/issue16308
Which otherwise causes:
  AttributeError: 'Namespace' object has no attribute 'func'
2021-08-05 11:17:04 +02:00
Martin Vidner
b536914570 Point to osc.core to compare the APIs 2021-08-05 10:59:52 +02:00
Martin Vidner
73b91a6668 More improvements in the OBSLocal.py documentation 2021-08-05 10:18:25 +02:00
Martin Vidner
de330e42b3 In OBSLocal.StagingWorkflow.submit_package, package may not be None
did not make sense; i've checked all call sites
2021-08-05 10:17:33 +02:00
Ancor Gonzalez Sosa
f85c1b46b6 Some convenience extensions to OBSLocal 2021-08-04 17:25:46 +02:00
Ancor Gonzalez Sosa
038bfef67b OBSLocal: improved management of meta 2021-08-03 13:00:01 +02:00
Ancor Gonzalez Sosa
86e9f3ad22 Tiny fix in check_source_test.py 2021-08-03 12:59:59 +02:00
Ancor Gonzalez Sosa
db9dbd4ecb Improvements in the OBSLocal.py documentation 2021-08-03 12:55:05 +02:00
Ancor Gonzalez Sosa
ab1baf665d Convert OBSLocal documentation to reStructured Text 2021-08-03 12:55:05 +02:00
Josef Reidinger
f16c803e7c document OBSLocal.py 2021-08-03 12:55:05 +02:00
Josef Reidinger
455dc99c10
Merge pull request #2611 from openSUSE/single_request
Avoid creation of duplicate add_role requests (fixes #2609)
2021-07-29 12:48:27 +02:00
Josef Reidinger
c838245a37 Refactor code to split big method and improve doc 2021-07-29 12:17:27 +02:00
Josef Reidinger
12dc09c900 Add test for inherit maintainer role
Inherited maintainer role is explicitelly ignored to force setting
of maintainer to required user. The test verify behavior and
allows easier future changes of such behavior.
2021-07-28 16:48:39 +02:00