tools/gbs.git
2012-08-13 Ed BartoshRemoved generation of __version__.py
2012-08-09 Qiang Z ZhangMerge "cmd_submit: Adopted to changed gbp API get_upstr...
2012-08-09 Ed Bartoshcmd_submit: Adopted to changed gbp API get_upstream_branch
2012-08-09 Zhang Qiangdont need check local branch name in changelog module
2012-08-09 Zhang Qiangunify the format of changelog entry
2012-08-08 Ed BartoshFixed Ubuntu builds in OTC Tools Tester - gbs.
2012-08-08 Zhang Qiangmerge changes from release-0.8.1 branches
2012-08-07 Zhang Qiangbump to version 0.8.1 2.0alpha release-0.8.1 0.8.1 2.0_alpha
2012-08-06 Zhang Qiangremove tracking authors info to make changelog standard
2012-08-06 Zhang Qianguse universal time (GMT) instead of localtime to create tag
2012-08-06 Zhang Qianggbs submit support
2012-08-06 Zhang Qiangcmd_build: Fixed check for empty user and password...
2012-08-03 Zhang QiangImplemented --out commandline option. Fixes #200.
2012-08-03 Zhang Qiangconf: error handling if no no section headers
2012-08-02 Zhang Qiangdon't update repo url if user and passwd are all none
2012-07-31 Zhang QiangCreate two functions for common code in export build...
2012-07-31 Zhang Qianguse abspath for export dir
2012-07-31 Zhang Qiangfix indent error and refine repo url pattern
2012-07-31 Zhang Qiangmove check specfile to guess_spec function
2012-07-31 Zhang Qiangadd new option --source-rpm to export source rpm, #89
2012-07-27 Ed Bartoshcmd_export: Used absolute path to spec file to avoid...
2012-07-27 Ed BartoshFixed call of Temp -> utils.Temp
2012-07-27 Ed Bartoshcmd_build: Improved using of repositories. Fixes #33
2012-07-27 Ed BartoshUsed --repo build options instead of GBS_BUILD_REPOAUTH...
2012-07-27 Qiang Z ZhangMerge "Added 'clean' target to packaging/Makefile"...
2012-07-27 Qiang Z ZhangMerge "cmd_build: Disabled auto patch generation. Fixes...
2012-07-25 Ed BartoshAdded 'clean' target to packaging/Makefile
2012-07-25 Ed BartoshFixed spelling. Capitalized help output. Fixes #189.
2012-07-25 Ed Bartoshcmd_build: Disabled auto patch generation. Fixes #DEVT-9
2012-07-25 Ed BartoshImplemented cleaning of temporary files and directories.
2012-07-25 Ed BartoshUpdated debian/changelog to 0.8 from Tools:gbs. Updated...
2012-07-25 Ed BartoshMake dependencies to osc and build strict. Make depende...
2012-07-25 Ed Bartoshci: Fixed package build for both Ubuntu and OpenSUSE
2012-07-25 Ed Bartoshci: Fixed tests
2012-07-25 Ed Bartoshci: run nosetests with coverage and xunit support
2012-07-25 Ed Bartoshci: Added Ubuntu packaging.
2012-07-24 Ed BartoshUsed username to construct a path to gbs cache.
2012-07-20 Zhang Qiangbump to version gbs 0.8 release-0.8 0.8
2012-07-20 Zhang Qiangfix gbs build twice issue
2012-07-17 Zhang Qiangfix typo issue
2012-07-16 Zhang Qiangadd missing import errors module
2012-07-16 Zhang Qianguse --include-all to replace --include-uncommited
2012-07-13 Zhang Qiangset up resolv.conf for buildroot network
2012-07-13 Zhang Qiangrefine --buildlog error info and usage help info
2012-07-13 Zhang Qiangdrop --include-untracked and print more friendly info
2012-07-12 JF Dinguse decoded passwd string in conf even for empty str
2012-07-11 Dawei Yangcorrect some wrong spelling words
2012-07-11 Zhang QiangFix spelling error
2012-07-11 Zhang QiangCode cleanup: Fix Pylint issue
2012-07-11 Zhang Qiang--include-uncommited and --include-untracked support
2012-07-10 Zhang QiangAllow empty user in gbs conf
2012-07-10 Zhang Qiangremove branch checking, which would be checked in gbp
2012-07-10 Markus Lehtonencmd_export: parse correct spec file
2012-07-10 Markus Lehtonencmd_remotebuild: don't check version
2012-07-10 Markus Lehtonencmd_build: use correct spec file
2012-07-09 Zhang Qiangask user to input remote build server first while creat...
2012-07-09 Zhang QiangDon't need check the existance of orig_file
2012-07-07 Zhang Qiangadd --extra-packs option for gbs build, implement ...
2012-07-07 Zhang Qianggbs chroot support, implement #70
2012-07-07 Zhang Qiangadd --commit option for gbs build, remotebuild, and...
2012-07-06 Zhang QiangSupport custom location of configuration file, #92
2012-07-05 Zhang QiangUse the correct way to generate tarball make build...
2012-07-05 Zhang Qiangrevert: bc4fa71d9d5935f8c44505ee538f7135cfefa44c
2012-07-04 Zhang QiangCheck branch to fix backtrace issue if no branch
2012-07-04 Zhang Qianguse commit title of HEAD as commit message to OBS #112
2012-07-04 Zhang QiangCheck the valid of generated repos before using it
2012-07-02 Zhang Qiangadd --buildlog and --results support for gbs remotebuild
2012-07-02 Zhang QiangUpdate urlgrab as general url type
2012-07-02 Zhang Qiangshow the correct error info if no git repo found
2012-07-02 Zhang Qiangsubmit packaging files to OBS
2012-07-01 Anas NashifFixed messaging and option help and make it more clear.
2012-06-30 Anas NashifRevert "Fixed messaging and option help and make it...
2012-07-01 Anas NashifFixed messaging and option help and make it more clear.
2012-06-29 Zhang Qianguse the same archive method with export/build to provid...
2012-06-29 Zhang QiangUsing $tmpdir/$user/gbs-buildroot.arch as default buildroot
2012-06-28 Zhang QiangMerge branch 'master' into devel
2012-06-28 Zhang Qiangbump to version 0.7.1 release-0.7.1 0.7.1
2012-06-28 Zhang Qiangcatch TypeError and IOError if passwdx with wrong format
2012-06-28 Zhang Qiangtypo error using url
2012-06-28 Zhang Qiangusing the packaging directory for obs build files, #60
2012-06-27 hwangxfix gbs build -R option bug
2012-06-27 Zhang Qiangonly check repos and build conf if no --noinit specified
2012-06-27 Zhang QiangMore error handling with gbs conf
2012-06-27 Qiang Z ZhangMerge "Pylinting" into devel
2012-06-27 Qiang Z ZhangMerge "Catched GitRepositoryError to avoid crashes...
2012-06-27 Eduard BartoshMerge "Set pycurl timeout as 30s" into devel
2012-06-27 Ed BartoshPylinting
2012-06-27 Ed BartoshCatched GitRepositoryError to avoid crashes 'Currently...
2012-06-27 hwangxpasswd may contain "@"
2012-06-27 Zhang QiangSet pycurl timeout as 30s
2012-06-26 Zhang Qiangparse repos and fetch correct build conf from repos
2012-06-26 Ed BartoshMade one changelog entry in changelog mode. Fixes #90.
2012-06-26 Ed BartoshImplemented --commit command line option for remotebuil...
2012-06-25 Ed BartoshFixed bug in getting nearest tag for the commit in...
2012-06-25 Ed BartoshImplemented --message command line option for changelog...
2012-06-25 Ed BartoshUsed repo.path to use top-level git dir as a working...
2012-06-20 Zhang Qiangbump to 0.7 0.7
2012-06-20 Zhang QiangFix a logic error while setting buildarch
2012-06-20 Zhang QiangUpdate build conf
2012-06-20 Zhang Qiangbuild arch: ia32 support and use system arch by default
next