blob: c1d32b8dad638688dd2765847cc1e6935c0d5edd (
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
|
* Tue 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
|