tools/gbs.git
2012-04-09 Zhang Qiangsetup qemu env for arm build
2012-04-05 Zhang Qiangbump to version 0.4 0.4
2012-04-05 Zhang QiangCorrect tar ball directory
2012-04-05 Zhang Qiangrevert 'parse_spec function' patch
2012-04-05 Zhang QiangSupport more tar ball format, tar.bz2, tar.gz, tar...
2012-04-01 Zhang Qiangread commit name/email from git config
2012-04-01 Hasan Wangit module: add commits, commit_parse, and get_config...
2012-04-01 Hasan WanAdd general GBS error class
2012-03-31 Zhang QiangAdd --author-name and --author-email support for gbs...
2012-03-30 Zhang QiangAdd arch opts checking.
2012-03-30 Zhang QiangRaise obs error if Base project is empty
2012-03-29 hwangxparse_spec unittest
2012-03-29 hwangxparse_spec function
2012-03-27 Guan Junchunupdate unittest test case
2012-03-26 Guan Junchunadd unittest test case
2012-03-26 Hasan WanStartup for unittest
2012-03-23 Zhang Qiangbump up version to 0.3 0.3
2012-03-23 Zhang QiangCode cleanup and format adjust
2012-03-22 Zhang Qiangfix rst format issue
2011-11-27 Zhang Qiangcreate tmp dir before importing packages
2012-03-22 Yang Daweiupdate gbs import-orig
2012-03-22 Zhang Qiangadd supported tarball format
2012-03-22 Yang Daweigbs import optimization
2012-03-22 Qiang ZhangMerge "fix unpack execption when gbs import tarball"
2012-03-22 Zhang Qiangfix import-orig twice issue
2012-03-21 Yang DaweiUpdate README.rst:word-error handling
2012-03-21 Zhang QiangCatch unpack exception if unpack fails
2012-03-21 Guan Junchunfix unpack execption when gbs import tarball
2012-03-21 Zhang QiangUpdate README: Add localbuild and import sections
2012-03-21 Zhang Qiangadd options --tag for creating tag.
2012-03-21 Zhang Qiangdont need to checkout upstream branch again
2012-03-21 Guan Junchunfix bugs: gbs import XXX.spec error when the dir of...
2012-03-21 Zhang Qiangfix issue while importing src.rpm twice
2012-03-20 Zhang Qianggbs import_orig support
2012-03-20 Zhang Qiangfix gbs localbuild log error
2012-03-19 Zhang Qiangadd --force-debian option for ubuntu while unpacking...
2012-03-16 Zhang Qiangfix README.rst build issue
2012-03-16 Zhang Qianglocalbuild: refine error handling and use 'sudo' by...
2012-03-16 Zhang Qiangadd find_tag and merge interface, and create upstream...
2012-03-15 Zhang Qiangfirst version of gbs import
2012-03-15 Zhang Qiangmove archive code after options check.
2012-03-15 Zhang QiangUpdate gbs build/localbuild document
2012-02-22 JF Dingbe safe to catch all exception from osc.core
2012-02-22 Zhang Qianggbs local build support
2012-02-20 JF Dinginject osc.core to handle empty server response
2012-02-20 JF Dingfixed msger.PrintBufWrapper: proper handle of exceptions
2012-02-20 JF Dingdo not show waiting dots for obs proj checking
2012-02-14 Zhang QiangUpdate README and fix packaging issue.
2012-02-13 JF Dingshow simple progress message for long time operations
2012-02-13 Zhang QiangUpdate Readme for new release
2012-02-13 Zhang QiangUpdate distfiles with correct dependencies
2012-02-13 Hasan Wanenable the global debug and verbose for osc
2012-02-09 JF Dingfixed bug in runner for wildchar matching v0.2
2012-02-09 JF Dingmore generic git.archive implementation
2012-02-09 Zhang QiangAdd git archive_tar API, and use git archive to gen...
2012-02-09 Zhang Qianggbs-build: enhancement and bug fix
2012-02-09 JF Dingavoid to catch print msg in debug run mode
2012-02-08 JF Dingcode format: shorten all 80+ long lines
2012-02-08 JF Dingmsger: sync the changes from mic.git
2012-02-08 JF Dingchanges of git wrapper module
2012-02-08 Zhang Qianggbs-build: support --base-obsprj and --target-obsprj
2012-02-08 Zhang QiangFix branch/checkout issue
2012-02-08 JF Dingadd wrapper class to catch `print` in msger
2012-02-08 JF Dingadd 'plaintext_passwd=0' in tmp oscrc
2012-02-07 Zhang QiangMerge "tuned the output message for build cmd"
2012-02-07 Zhang Qiangtuned the output message for build cmd
2012-02-07 Zhang Qiangcleanup git.py
2012-02-07 Zhang QiangMerge "cleanup git.py"
2012-02-07 JF Dingfailed case for invalid spec file w/ warn msg
2012-02-07 JF Dinguse utils.parse_spec to get name and version str
2012-02-07 JF Dingnew utils func: parse_spec to get macro value
2012-02-07 Zhang QiangUpdate build scripts
2012-02-07 JF Dingfixed several typos and updated obspkg.branch_from
2012-02-07 JF Dingobspkg: fix the checkout path issue
2012-02-07 JF Dingobspkg: new feature to create branch project
2012-02-07 Zhang QiangMerge "Update gbs build and build service code."
2012-02-07 Zhang QiangUpdate gbs build and build service code.
2012-02-07 Huaxu WanMerge "remove commented old lines in git.py"
2012-02-07 Qiang ZhangMerge "conf: add general key 'tmpdir'"
2012-02-07 Qiang ZhangMerge "enhance configmgr for full support of defaults"
2012-02-07 Qiang ZhangMerge "new module obspkg as the wrapper of local obs...
2012-02-06 JF Dingremove commented old lines in git.py
2012-02-06 JF Dingconf: add general key 'tmpdir'
2012-02-06 JF Dingenhance configmgr for full support of defaults
2012-02-06 Zhang Qiangprototype for gbs build implementation
2012-02-06 JF Dingnew module obspkg as the wrapper of local obs pkg
2012-02-06 JF Dingcleanup buildservice module
2012-02-06 Hasan Wangit module clean up
2012-02-06 JF Dingclean up deprecated stuff for old process
2012-02-06 JF Dingenhance conf module to support multiple conf files
2012-02-06 JF DingMerge "add new module for obs accessing"
2012-02-06 JF Dingadd new module for obs accessing
2012-02-06 Hasan Wanadd new git module
2012-01-18 Hasan Wannot keep *.origin copy in local v0.1
2012-01-18 Hasan Wanfix bug# PTINF-43, get project name failure if not...
2012-01-18 Hasan WanSet gbs.conf file to 0600 permissions, fix bug# PTINF-156
2012-01-04 Yan Yinadd missing import
2012-01-04 Yan Yinfix typo error
2011-12-30 Rolla SelbakMerge branch 'master' of dmz:gbs
2011-12-30 Rolla SelbakAdded build_server global conf. Added message on where...
next