blob: 51d7162fc5bf90254b85720a418a880d29d9e0cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
Release notes for repa 0.5
============================
- Release Date: Wed Apr 5 2017
- New features and enhancements:
* Do not accept aggregate packages
* Do not update source of _link packages even if an SR is accepted
Release notes for repa 0.4
============================
- Release Date: Sun Api 24 2016
- New features and enhancements:
* group: remove --force option
* Rename command info -> show
* Implement rebuild subcommand
* Implement lock/unlock subcommand
* Implement remove subcommand
* list: add build time
* Implement --edit command line option
- Bugfixes:
* fix pylint error
Release notes for repa 0.3
============================
- Release Date: Tue Dec 16 2014
- New features and enhancements:
* group: disable publishing when aggregating packages
* Skip conflicting submissions when creating a group
* group: Implemented parallel package aggregating (Fixes: #1955)
* info: Excluded 'disabled' build status from the list
* list: Implement --ignore command line option
* group: Remove binary package check
* Implement --noaggregate command line and config option (Fixes: #1990)
* List all projects in submitrequest message
* Drop 'Commit' keyword from the submitrequest info
* Reworked repa diff (Fixes: #1869)
* Implement --base option for repa list
* Pylinted codebase
* Output SR for rejected/accepted submissions
- Bugfixes:
* create_sr: Fix unicode issue (Fixes: #1979, #TINF-618)
Release notes for repa 0.2
============================
- Release Date: Tue May 20 2014
- New features and enhancements:
* Implement --processes options for repa list
* Reduce amount of information in repa list output
* Implement repa info
* Make 'project' mandatory config option
* Add configuration file info to the man page
* Man page enhancements
* Minor refactoring
* Get rid of --regexp command line option
* Implement --colorize option
* Implemented --showurls option
* Create one SR for all packages in submission
* Add -group suffix to the path for the group
* Draft implementation of repa diff
- Bugfixes:
* obs/get_projects: retry OBS operations
* repa list: show correct status for submissions with unresolvable packages
* repa list: Fixed formatting of output for repa list
* repa group: Fix check for common packages
* repa list: Fix build status reporting
* repa group: disable publishing when aggregating packages
Release notes for repa 0.1.1
============================
- Release Date: 2014-03
- New features and enhancements:
* Added --project command line option
* Added obs and download urls to 'repa list' output
- Bugfixes:
* Updated man page regarding grouping. Fixes TINF-492
* Added Committer and commit id into SR comment. Fixes TINF-468
* Fixed crash when rejecting broken packages.
* Catch osc exceptions in obs.py:get_projects. Fixes TINF-480
|