tools/gbs.git
12 years agopylinting: removed long lines
Ed Bartosh [Fri, 20 Apr 2012 10:35:33 +0000 (13:35 +0300)]
pylinting: removed long lines

Change-Id: Ic24be92e7dc9d8fcbb9776e703fae0fcfe569bd3

12 years agoRemoved git.py
Ed Bartosh [Fri, 20 Apr 2012 10:19:38 +0000 (13:19 +0300)]
Removed git.py

Change-Id: Id9733c952ca0d531a065df73656a57c86224ad56

12 years agoUsed git-buildpackage API RpmGitRepository in gbs changelog mode
Ed Bartosh [Fri, 20 Apr 2012 10:18:13 +0000 (13:18 +0300)]
Used git-buildpackage API RpmGitRepository in gbs changelog mode

Change-Id: Ifc0b9b1548f091895926b2e5fefefddabeff7614

12 years agoUsed git-buildpackage API RpmGitRepository in gbs localbuild mode
Ed Bartosh [Fri, 20 Apr 2012 07:20:01 +0000 (10:20 +0300)]
Used git-buildpackage API RpmGitRepository in gbs localbuild mode

Change-Id: I2e2f4cbabdc95751a00b6c94277ffdec288c5a8a

12 years agoUsed git-buildpackage in gbs import-orig mode
Ed Bartosh [Fri, 20 Apr 2012 03:11:36 +0000 (06:11 +0300)]
Used git-buildpackage in gbs import-orig mode

Change-Id: I732552d86ae20e8ed8b18618af7169cfaeebe1b3

12 years agoUsed git-buildpackage in gbs import mode for specs and srpms
Ed Bartosh [Fri, 20 Apr 2012 02:16:19 +0000 (05:16 +0300)]
Used git-buildpackage in gbs import mode for specs and srpms

Change-Id: Ic60b81a9eff7e97593e4a0f7e3cbb886632018c9

12 years agopylinted cmd_build.py
Ed Bartosh [Thu, 19 Apr 2012 03:40:51 +0000 (06:40 +0300)]
pylinted cmd_build.py

Change-Id: If0b063cb482b37388381800825e18e1d11a6dc62

12 years agoFixed rpm build
Ed Bartosh [Thu, 19 Apr 2012 02:48:16 +0000 (05:48 +0300)]
Fixed rpm build

Change-Id: Ief24f47e38b752e34d2a6f3cb0176c0a3a2d61a3

12 years agoUsed git-buildpackage in gbs build mode
Ed Bartosh [Thu, 19 Apr 2012 02:46:59 +0000 (05:46 +0300)]
Used git-buildpackage in gbs build mode

Change-Id: I79e0be3209c007f3d161fbe64968ba257c3089de

12 years agoSymlinked gbs.spec to packaging/
Ed Bartosh [Wed, 18 Apr 2012 07:18:55 +0000 (10:18 +0300)]
Symlinked gbs.spec to packaging/

Change-Id: Icf0f909907f4a529090fdcbcbfdf77d931b62819

12 years agosub-command: changelog
Hasan Wan [Wed, 11 Apr 2012 06:17:19 +0000 (14:17 +0800)]
sub-command: changelog

12 years agosetup qemu env for arm build
Zhang Qiang [Mon, 9 Apr 2012 15:50:16 +0000 (23:50 +0800)]
setup qemu env for arm build

12 years agobump to version 0.4 0.4
Zhang Qiang [Thu, 5 Apr 2012 13:42:40 +0000 (21:42 +0800)]
bump to version 0.4

12 years agoCorrect tar ball directory
Zhang Qiang [Thu, 5 Apr 2012 08:49:45 +0000 (16:49 +0800)]
Correct tar ball directory

12 years agorevert 'parse_spec function' patch
Zhang Qiang [Thu, 5 Apr 2012 08:34:50 +0000 (16:34 +0800)]
revert 'parse_spec function' patch

12 years agoSupport more tar ball format, tar.bz2, tar.gz, tar.xz, etc.
Zhang Qiang [Thu, 5 Apr 2012 07:55:32 +0000 (15:55 +0800)]
Support more tar ball format, tar.bz2, tar.gz, tar.xz, etc.

12 years agoread commit name/email from git config
Zhang Qiang [Sun, 1 Apr 2012 09:49:41 +0000 (17:49 +0800)]
read commit name/email from git config

12 years agogit module: add commits, commit_parse, and get_config founction
Hasan Wan [Sun, 1 Apr 2012 06:55:01 +0000 (14:55 +0800)]
git module: add commits, commit_parse, and get_config founction

12 years agoAdd general GBS error class
Hasan Wan [Sun, 1 Apr 2012 06:54:15 +0000 (14:54 +0800)]
Add general GBS error class

12 years agoAdd --author-name and --author-email support for gbs import
Zhang Qiang [Sat, 31 Mar 2012 06:13:45 +0000 (14:13 +0800)]
Add --author-name and --author-email support for gbs import

12 years agoAdd arch opts checking.
Zhang Qiang [Fri, 30 Mar 2012 10:17:35 +0000 (18:17 +0800)]
Add arch opts checking.

12 years agoRaise obs error if Base project is empty
Zhang Qiang [Fri, 30 Mar 2012 07:20:42 +0000 (15:20 +0800)]
Raise obs error if Base project is empty

12 years agoparse_spec unittest
hwangx [Thu, 29 Mar 2012 06:34:25 +0000 (14:34 +0800)]
parse_spec unittest

12 years agoparse_spec function
hwangx [Thu, 29 Mar 2012 06:35:11 +0000 (14:35 +0800)]
parse_spec function

12 years agoupdate unittest test case
Guan Junchun [Tue, 27 Mar 2012 10:22:47 +0000 (18:22 +0800)]
update unittest test case

    1. test .tar.xz .tar.lzma .tgz is supported or not

12 years agoadd unittest test case
Guan Junchun [Mon, 26 Mar 2012 10:14:01 +0000 (18:14 +0800)]
add unittest test case

1. test UpstreamTarball class in utils.py
    test tarball format is supported or not, .tar.bz2, .tar.gz, .tar.tgz, .zip

12 years agoStartup for unittest
Hasan Wan [Mon, 26 Mar 2012 02:01:28 +0000 (10:01 +0800)]
Startup for unittest

12 years agobump up version to 0.3 0.3
Zhang Qiang [Fri, 23 Mar 2012 06:48:07 +0000 (14:48 +0800)]
bump up version to 0.3

12 years agoCode cleanup and format adjust
Zhang Qiang [Fri, 23 Mar 2012 06:47:18 +0000 (14:47 +0800)]
Code cleanup and format adjust

Adjust the output information and make it more readable.

12 years agofix rst format issue
Zhang Qiang [Thu, 22 Mar 2012 13:01:06 +0000 (21:01 +0800)]
fix rst format issue

rst format need blank line after sections.

12 years agocreate tmp dir before importing packages
Zhang Qiang [Sun, 27 Nov 2011 21:54:29 +0000 (05:54 +0800)]
create tmp dir before importing packages

12 years agoupdate gbs import-orig
Yang Dawei [Thu, 22 Mar 2012 07:32:18 +0000 (15:32 +0800)]
update gbs import-orig

12 years agoadd supported tarball format
Zhang Qiang [Thu, 22 Mar 2012 06:17:25 +0000 (14:17 +0800)]
add supported tarball format

12 years agogbs import optimization
Yang Dawei [Thu, 22 Mar 2012 05:42:55 +0000 (13:42 +0800)]
gbs import optimization

12 years agoMerge "fix unpack execption when gbs import tarball"
Qiang Zhang [Thu, 22 Mar 2012 04:57:08 +0000 (12:57 +0800)]
Merge "fix unpack execption when gbs import tarball"

12 years agofix import-orig twice issue
Zhang Qiang [Thu, 22 Mar 2012 03:38:17 +0000 (11:38 +0800)]
fix import-orig twice issue

without this patch, all the commits and files would be removed
unexpectlly.

12 years agoUpdate README.rst:word-error handling
Yang Dawei [Wed, 21 Mar 2012 09:46:44 +0000 (17:46 +0800)]
Update README.rst:word-error handling

12 years agoCatch unpack exception if unpack fails
Zhang Qiang [Wed, 21 Mar 2012 09:42:15 +0000 (17:42 +0800)]
Catch unpack exception if unpack fails

12 years agofix unpack execption when gbs import tarball
Guan Junchun [Wed, 21 Mar 2012 09:40:18 +0000 (17:40 +0800)]
fix unpack execption when gbs import tarball

12 years agoUpdate README: Add localbuild and import sections
Zhang Qiang [Wed, 21 Mar 2012 08:02:55 +0000 (16:02 +0800)]
Update README: Add localbuild and import sections

12 years agoadd options --tag for creating tag.
Zhang Qiang [Wed, 21 Mar 2012 06:50:05 +0000 (14:50 +0800)]
add options --tag for creating tag.

12 years agodont need to checkout upstream branch again
Zhang Qiang [Wed, 21 Mar 2012 06:28:06 +0000 (14:28 +0800)]
dont need to checkout upstream branch again

12 years agofix bugs: gbs import XXX.spec error when the dir of spec file contains contents
Guan Junchun [Wed, 21 Mar 2012 05:55:34 +0000 (13:55 +0800)]
fix bugs: gbs import XXX.spec error when the dir of spec file contains contents

12 years agofix issue while importing src.rpm twice
Zhang Qiang [Sat, 26 Nov 2011 09:56:01 +0000 (17:56 +0800)]
fix issue while importing src.rpm twice

12 years agogbs import_orig support
Zhang Qiang [Tue, 20 Mar 2012 15:09:07 +0000 (23:09 +0800)]
gbs import_orig support

12 years agofix gbs localbuild log error
Zhang Qiang [Tue, 20 Mar 2012 04:02:56 +0000 (12:02 +0800)]
fix gbs localbuild log error

12 years agoadd --force-debian option for ubuntu while unpacking src.rpm
Zhang Qiang [Mon, 19 Mar 2012 02:17:46 +0000 (10:17 +0800)]
add --force-debian option for ubuntu while unpacking src.rpm

12 years agofix README.rst build issue
Zhang Qiang [Fri, 16 Mar 2012 09:14:08 +0000 (17:14 +0800)]
fix README.rst build issue

12 years agolocalbuild: refine error handling and use 'sudo' by default
Zhang Qiang [Fri, 16 Mar 2012 08:23:37 +0000 (16:23 +0800)]
localbuild: refine error handling and use 'sudo' by default

12 years agoadd find_tag and merge interface, and create upstream branch
Zhang Qiang [Fri, 16 Mar 2012 03:22:45 +0000 (11:22 +0800)]
add find_tag and merge interface, and create upstream branch

12 years agofirst version of gbs import
Zhang Qiang [Thu, 15 Mar 2012 15:26:03 +0000 (23:26 +0800)]
first version of gbs import

This version of gbs import support the following features:
1. import source rpm to git repository, with two commits, one is
upstream tar ball, another is packaging files, including patches and
spec file;
2. import sources, including tarball, patches and specfile. spec file
need to provide.

12 years agomove archive code after options check.
Zhang Qiang [Thu, 15 Mar 2012 14:54:47 +0000 (22:54 +0800)]
move archive code after options check.

12 years agoUpdate gbs build/localbuild document
Zhang Qiang [Thu, 15 Mar 2012 14:53:41 +0000 (22:53 +0800)]
Update gbs build/localbuild document

12 years agobe safe to catch all exception from osc.core
JF Ding [Wed, 22 Feb 2012 13:56:35 +0000 (21:56 +0800)]
be safe to catch all exception from osc.core

12 years agogbs local build support
Zhang Qiang [Wed, 22 Feb 2012 07:21:54 +0000 (15:21 +0800)]
gbs local build support

First version of localbuild support.
Design:
    As the quick start and first version, gbs-localbuild call build
    scripts directly, in other words, it's a wrapper of build scripts,
    Here's the basic work follow of gbs local build:
    1) Check options and generate command options transfer to 'build'
       i)   arch: build target arch
       ii)  repository: Specify package repositories to create build env
       iii) dist conf file: this can be specified from gbs.conf or
            command line
       iiii)buildroot: Specify build rootdir to setup chroot environment
    2) call linux32 to build 32bit packages if necessary
    3) change to root user to run rpmbuild
    4) call build scripts to all the build stuff.

12 years agoinject osc.core to handle empty server response
JF Ding [Mon, 20 Feb 2012 11:24:50 +0000 (19:24 +0800)]
inject osc.core to handle empty server response

12 years agofixed msger.PrintBufWrapper: proper handle of exceptions
JF Ding [Mon, 20 Feb 2012 11:21:48 +0000 (19:21 +0800)]
fixed msger.PrintBufWrapper: proper handle of exceptions

catch the exception, stop the wrapper and print out the err
message, then raise forward

12 years agodo not show waiting dots for obs proj checking
JF Ding [Mon, 20 Feb 2012 08:49:24 +0000 (16:49 +0800)]
do not show waiting dots for obs proj checking

12 years agoUpdate README and fix packaging issue.
Zhang Qiang [Tue, 14 Feb 2012 07:15:58 +0000 (15:15 +0800)]
Update README and fix packaging issue.

12 years agoshow simple progress message for long time operations
JF Ding [Mon, 13 Feb 2012 11:46:03 +0000 (19:46 +0800)]
show simple progress message for long time operations

new deccorator in msger.py, and wrapping the potential long-time
functions

12 years agoUpdate Readme for new release
Zhang Qiang [Mon, 13 Feb 2012 08:11:49 +0000 (16:11 +0800)]
Update Readme for new release

12 years agoUpdate distfiles with correct dependencies
Zhang Qiang [Mon, 13 Feb 2012 08:14:42 +0000 (16:14 +0800)]
Update distfiles with correct dependencies

12 years agoenable the global debug and verbose for osc
Hasan Wan [Mon, 13 Feb 2012 05:29:04 +0000 (13:29 +0800)]
enable the global debug and verbose for osc

12 years agofixed bug in runner for wildchar matching v0.2
JF Ding [Thu, 9 Feb 2012 12:10:33 +0000 (20:10 +0800)]
fixed bug in runner for wildchar matching

e.g. the old one cannot handle 'ls *' properly, we need the
'shell=True' option of subprocess module to handle wildchars
automatically.

12 years agomore generic git.archive implementation
JF Ding [Thu, 9 Feb 2012 11:45:09 +0000 (19:45 +0800)]
more generic git.archive implementation

12 years agoAdd git archive_tar API, and use git archive to gen tar ball
Zhang Qiang [Thu, 9 Feb 2012 11:27:16 +0000 (19:27 +0800)]
Add git archive_tar API, and use git archive to gen tar ball

12 years agogbs-build: enhancement and bug fix
Zhang Qiang [Thu, 9 Feb 2012 08:57:23 +0000 (16:57 +0800)]
gbs-build: enhancement and bug fix

* dont use keyring
* re-define tar ball format
* give details obs package url

12 years agoavoid to catch print msg in debug run mode
JF Ding [Thu, 9 Feb 2012 07:04:16 +0000 (15:04 +0800)]
avoid to catch print msg in debug run mode

12 years agocode format: shorten all 80+ long lines
JF Ding [Wed, 8 Feb 2012 11:37:46 +0000 (19:37 +0800)]
code format: shorten all 80+ long lines

12 years agomsger: sync the changes from mic.git
JF Ding [Wed, 8 Feb 2012 10:22:39 +0000 (18:22 +0800)]
msger: sync the changes from mic.git

12 years agochanges of git wrapper module
JF Ding [Wed, 8 Feb 2012 09:54:40 +0000 (17:54 +0800)]
changes of git wrapper module

12 years agogbs-build: support --base-obsprj and --target-obsprj
Zhang Qiang [Wed, 8 Feb 2012 10:15:25 +0000 (18:15 +0800)]
gbs-build: support --base-obsprj and --target-obsprj

12 years agoFix branch/checkout issue
Zhang Qiang [Wed, 8 Feb 2012 07:12:58 +0000 (15:12 +0800)]
Fix branch/checkout issue

12 years agoadd wrapper class to catch `print` in msger
JF Ding [Wed, 8 Feb 2012 06:41:33 +0000 (14:41 +0800)]
add wrapper class to catch `print` in msger

12 years agoadd 'plaintext_passwd=0' in tmp oscrc
JF Ding [Wed, 8 Feb 2012 05:22:39 +0000 (13:22 +0800)]
add 'plaintext_passwd=0' in tmp oscrc

12 years agoMerge "tuned the output message for build cmd"
Zhang Qiang [Tue, 7 Feb 2012 11:00:43 +0000 (11:00 +0000)]
Merge "tuned the output message for build cmd"

12 years agotuned the output message for build cmd
Zhang Qiang [Tue, 7 Feb 2012 11:26:59 +0000 (19:26 +0800)]
tuned the output message for build cmd

12 years agocleanup git.py
Zhang Qiang [Tue, 7 Feb 2012 11:26:38 +0000 (19:26 +0800)]
cleanup git.py

12 years agoMerge "cleanup git.py"
Zhang Qiang [Tue, 7 Feb 2012 11:00:26 +0000 (11:00 +0000)]
Merge "cleanup git.py"

12 years agofailed case for invalid spec file w/ warn msg
JF Ding [Tue, 7 Feb 2012 10:44:33 +0000 (18:44 +0800)]
failed case for invalid spec file w/ warn msg

12 years agouse utils.parse_spec to get name and version str
JF Ding [Tue, 7 Feb 2012 10:35:50 +0000 (18:35 +0800)]
use utils.parse_spec to get name and version str

12 years agonew utils func: parse_spec to get macro value
JF Ding [Tue, 7 Feb 2012 10:33:08 +0000 (18:33 +0800)]
new utils func: parse_spec to get macro value

12 years agoUpdate build scripts
Zhang Qiang [Tue, 7 Feb 2012 10:51:22 +0000 (18:51 +0800)]
Update build scripts

First vesion of useable gbs build out.

12 years agofixed several typos and updated obspkg.branch_from
JF Ding [Tue, 7 Feb 2012 09:53:58 +0000 (17:53 +0800)]
fixed several typos and updated obspkg.branch_from

12 years agoobspkg: fix the checkout path issue
JF Ding [Tue, 7 Feb 2012 09:07:13 +0000 (17:07 +0800)]
obspkg: fix the checkout path issue

12 years agoobspkg: new feature to create branch project
JF Ding [Tue, 7 Feb 2012 08:41:14 +0000 (16:41 +0800)]
obspkg: new feature to create branch project

12 years agoMerge "Update gbs build and build service code."
Zhang Qiang [Tue, 7 Feb 2012 06:56:46 +0000 (06:56 +0000)]
Merge "Update gbs build and build service code."

12 years agoUpdate gbs build and build service code.
Zhang Qiang [Tue, 7 Feb 2012 06:07:18 +0000 (14:07 +0800)]
Update gbs build and build service code.

gbs build can pack package, create project/package directory.

oscpkg.commit() has some issue need to be fixed.

12 years agoMerge "remove commented old lines in git.py"
Huaxu Wan [Tue, 7 Feb 2012 05:13:59 +0000 (05:13 +0000)]
Merge "remove commented old lines in git.py"

12 years agoMerge "conf: add general key 'tmpdir'"
Qiang Zhang [Tue, 7 Feb 2012 01:37:27 +0000 (01:37 +0000)]
Merge "conf: add general key 'tmpdir'"

12 years agoMerge "enhance configmgr for full support of defaults"
Qiang Zhang [Tue, 7 Feb 2012 01:36:44 +0000 (01:36 +0000)]
Merge "enhance configmgr for full support of defaults"

12 years agoMerge "new module obspkg as the wrapper of local obs pkg"
Qiang Zhang [Tue, 7 Feb 2012 01:36:27 +0000 (01:36 +0000)]
Merge "new module obspkg as the wrapper of local obs pkg"

12 years agoremove commented old lines in git.py
JF Ding [Mon, 6 Feb 2012 11:10:31 +0000 (19:10 +0800)]
remove commented old lines in git.py

and move the Exception definition to errors.py

12 years agoconf: add general key 'tmpdir'
JF Ding [Mon, 6 Feb 2012 11:05:54 +0000 (19:05 +0800)]
conf: add general key 'tmpdir'

12 years agoenhance configmgr for full support of defaults
JF Ding [Mon, 6 Feb 2012 10:46:02 +0000 (18:46 +0800)]
enhance configmgr for full support of defaults

and flexible handling for 'passwd' checkings

12 years agoprototype for gbs build implementation
Zhang Qiang [Mon, 6 Feb 2012 10:18:12 +0000 (18:18 +0800)]
prototype for gbs build implementation

12 years agonew module obspkg as the wrapper of local obs pkg
JF Ding [Mon, 6 Feb 2012 10:05:28 +0000 (18:05 +0800)]
new module obspkg as the wrapper of local obs pkg

From now, all operations around local obs pkg working dir should
be done by this module. And all server only related access should
be thru buildservice module.
And inside obspkg, all obs/osc callings are thru buildservice.

12 years agocleanup buildservice module
JF Ding [Mon, 6 Feb 2012 04:48:10 +0000 (12:48 +0800)]
cleanup buildservice module

12 years agogit module clean up
Hasan Wan [Mon, 6 Feb 2012 04:19:17 +0000 (12:19 +0800)]
git module clean up

12 years agoclean up deprecated stuff for old process
JF Ding [Mon, 6 Feb 2012 03:56:53 +0000 (11:56 +0800)]
clean up deprecated stuff for old process