Draft implementation of repa accept
authorEd Bartosh <eduard.bartosh@intel.com>
Sat, 17 Aug 2013 09:06:10 +0000 (12:06 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Sat, 17 Aug 2013 09:10:37 +0000 (12:10 +0300)
commit63de51252946c0db6d0e2d86bc07d19ee7ef8b23
treefa5896cb559849b1ef16fcdf15518b27e649c2b3
parent2a976434fcaec9ebd3e06bab3cbaf9ddb481fa27
Draft implementation of repa accept

Acceptance is done by creating SRs for all packages and immediately
changing their state to 'accepted'.

This change also introduces common APIs, which will be used for further
implementation of repa reject command.

Change-Id: I35660dd266941531dd8421b7c141c904eb350b9b
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
repa/accept.py [new file with mode: 0644]
repa/common.py
setup.py