summaryrefslogtreecommitdiff
path: root/packaging/repa.spec
AgeCommit message (Collapse)AuthorFilesLines
2016-02-25modify spec versionyang.zhang1-2/+2
Change-Id: I776d540ba291e96a4c24f48ce08124f24a85f7f6
2016-02-25modify dev version and specyang.zhang1-2/+2
Change-Id: I6ce7848983b9da65e42d91fbd05d6f3466446d93
2015-02-05Bump repa version to 0.4.0.devEd Bartosh1-1/+1
Bumped version for python, debian and rpm packages. Change-Id: I5de3ca504eb8e4f69f9b2e0b263154164b56b6f4 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2015-02-03Implement interface to JenkinsEd Bartosh1-0/+1
Implemented trigger_build function using 3rd party jenkinsapi. This function will be used for rebuild, remove and lock/unlock functionality. Change-Id: Idf55f4ed3c8dee51bdb51719fa338d68867b7b25 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2014-05-21Started to work on 0.3Ed Bartosh1-1/+1
Change-Id: I11782fa592cbc11740dfe9b2ae62520d1b810c9b Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2014-04-01Start to work on v0.2Ed Bartosh1-1/+1
Change-Id: I17b1b12a66bc34a0b725b0e38644ef14b6f8b55d Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2014-04-01Fix packaging issueEd Bartosh1-2/+2
Fixes this build failure: File not found by glob: .../site-packages//repa-0.2-*.egg-info File not found by glob: .../site-packages/repa-0.2-*-nspkg.pth Change-Id: I5ea703220aa030773bfb598e12d4b882b6e8167a Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2014-03-19Added Release NotesEd Bartosh1-1/+1
RELEASE_NOTES file is required to be included to the package by Tools release manager. They're automatically processed when release is published and added to the Tools release notes. Change-Id: Ifb392924c0e25aa845df6d1095ee4b4e5598a932 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/10687 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-by: Jian-feng Ding <jian-feng.ding@intel.com>
2014-02-13Started to work on 0.1.1Ed Bartosh1-1/+1
Change-Id: Ic77a37096b00bb8854b7077b3256aad7b92dfa98 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/9631 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-01-31packaging: Set project home page to tizen.orgMarkus Lehtonen1-1/+1
Change-Id: Ie484e920cf32f26653b776fdd8ee6fa5212cddda Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-on: https://otctools.jf.intel.com/review/9598 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Eduard Bartosh <eduard.bartosh@intel.com>
2013-12-10Created man pageEd Bartosh1-0/+1
Fixes: #1489 Change-Id: I857e63ee4e816c72eb14871a5d5dd692b156af7e Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/8383 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
2013-11-27Add license fileMarkus Lehtonen1-0/+1
Change-Id: I4edb327b78cc9965f2f18776279e4eadcb140d33 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-on: https://otctools.jf.intel.com/review/8108 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Eduard Bartosh <eduard.bartosh@intel.com>
2013-11-27packaging: spec file cleanupMarkus Lehtonen1-14/+14
Change-Id: I23445c4f2af81034e23d955dd63e39febe6809d1 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-on: https://otctools.jf.intel.com/review/8107 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Olev Kartau <olev.kartau@intel.com> Reviewed-by: Eduard Bartosh <eduard.bartosh@intel.com>
2013-08-15Added OBS API moduleEd Bartosh1-0/+2
This module will be used by repa subcommands to access OBS. It's inherited from oscapi and extends it. As soon as new APIs are mature and generic they'll be contributed to oscapi. This change adds 2 new API calls: get_packages and get_build_results. Change-Id: I284f9d62c634254f54b8545a0f7258ad5c7f704f Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/5838 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
2013-08-12Implemented config file processingEd Bartosh1-0/+1
Configuration is taken from /etc/repa.conf and ~/.repa.conf, so it's possible to specify system defaults in /etc/repa.conf and user-related configuration options in ~/.repa.conf. ~/.repa.conf has higher priority and any option from /etc/repa.conf can be reset in ~/.repa.conf Configuration processing is implemented in a way that default values for command line parameters are taken from configuration file(s). Configuration section to use can be specified in command line too. Fixes: #1141 Change-Id: I632f22674c282021983bc6a496ef1fccc0da3137 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/5839 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Hasan Wan <hasan.wan@intel.com>
2013-08-12Implemented main module and plugin systemEd Bartosh1-1/+7
2 empty command modules are included: list and group. Their implementation will be added soon. At the moment they're just printing messages to the console. Main module looks for subcommands using setup.py entry point group 'repa_commands'. This allows to develop and distribute extra repa commands independently. Change-Id: I599a040f33d137909539020027a6a35a341ea35c Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/5834 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
2013-08-12Packaged for rpmEd Bartosh1-0/+38
Created empty rpm package. At the moment only README file is included. It's a base for further development. This change integrates this project into OTC Tools continuous integration system, which builds and installs every change, sent for review to Gerrit. Fixes: #1140 Change-Id: Ie9875b42c5a0dad85a72a2e0c2772c5070935878 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/5833 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Hasan Wan <hasan.wan@intel.com>