blob: 1237a5c521e198545647d96771067c76adfa8b9f (
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
|
* Sun Dec 14 2014 Ed Bartosh <ed@ed.fi.intel.com> 0.3
- 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
- create_sr: Fix unicode issue (Fixes: #1979, #TINF-618)
- 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
* Wed May 21 2014 Ed Bartosh <eduard.bartosh@intel.com> 0.2
- Implement --processes options for repa list (Fixes: #1762)
- obs/get_projects: retry OBS operations
- Reduce amount of information in repa list output
- Implement repa info (Fixes: #1195)
- Make project mandatory config option (Fixes: #1763)
- Add configuration file info to the man page (Fixes: #1764)
- Mention --section in man page
- Update repa version in the man page
- Update man regarding global options
- Repa list: show correct status for submissions with unresolvable packages
(Fixes: #1776)
- Minor refactoring of get_status
- Get rid of --regexp command line option (Fixes: #1772)
- Implement Colorizer class
- Implement --colorize option (Fixes: #1765)
- Fixed formatting of output for repa list
- Implemented --showurls option (Fixes: #1789)
- list: Added 'blocked' status
- Added 'waiting for images' status to repa list output
- Fix check for common packages (Fixes: #1847)
- repa info: Fix build status reporting
- Create one SR for all packages in submission (Fixes: #1386)
- obs: Implement get_srs function
- Add -group suffix to the path
- obs.py: Refactored get_project API
- common.py: Introduced get_prerelease_projects API
- Implement repa diff
- Correct man page for accept and reject subcommands
- Convert repa.changes into rpm format
- group: disable publishing when aggregating packages
* Tue Mar 18 2014 Ed Bartosh <eduard.bartosh@intel.com> 0.1.1
- Fixed crash when rejecting broken package
- obs.py: Raise RepaException instead of ObsError
- Catch osc exceptions in obs.py:get_projects. Fixes TINF-480
- Add Submitter and commit id to SR comment. Fixes TINF-468
- Update man page regarding grouping. Fixes TINF-492
- Added docstring to show_images function
- Added obs and download urls to 'repa list' output
- Added --project command line option
* Sat Aug 10 2013 - Ed Bartosh <eduard.bartosh@intel.com>
- Initial packaging
|