services/jenkins-scripts.git
2014-03-04 Lingchaox XinPylint common/git.py
2014-03-03 Lingchaox XinCodes pylinted
2014-02-26 Ed BartoshUpdated comment about accepted branches
2014-02-25 Ed BartoshFixed naming of accepted branches
2014-02-24 Lin YangRemove duplicate function call for SR revoke event
2014-02-21 Ed BartoshFixed bug in cleanup job
2014-02-21 Alexander KanevskiyRemoving unused imports from common/prerelease.py
2014-02-18 Ed BartoshRemove prerelease project when SR is accepted
2014-02-18 Ed BartoshFixed crash in job_requests
2014-02-18 Ed BartoshSkipped notification about SR creation for prerelease...
2014-02-18 Ed BartoshDo not notify submitter when SR is revoked
2014-02-18 Ed BartoshDelete package when SR is revoked
2014-02-18 Hasan WanFix the prerelease repo inconsistent with new repo...
2014-02-18 Hasan Wanuse modifyrepo_c to modify repo
2014-02-14 Lingchaox XinLimit python-requests version 2.0.1+ to have a good...
2014-02-14 Lingchaox XinFix `IOError: [Errno 2] No such file or directory`...
2014-02-14 Alexander KanevskiyFix pylint warning: redefining build-in function 'map'
2014-02-14 JF DingAdded GPLv2 COPYING file and correct the License in...
2014-01-24 Ed Bartoshjob_policycheck: Check if packaging directory exists
2014-01-24 Ed Bartoshcommon/mapping.py: Improve xml parsing error handling
2014-01-24 Lingchaox XinAdd index.html in templates in spec
2014-01-23 Lingchaox XinFix IndexError when repo info has no element
2014-01-23 Lingchaox XinAdapt for new interface in python-snapdiff
2014-01-22 Lingchaox XinSplit trigger_image_creation function into two parts
2014-01-10 Hasan Wanuse the new repo structure
2014-01-09 Hasan Wancreate the latest repo link
2014-01-09 Hasan Wanremove unused function
2014-01-09 Lingchaox XinIntegrate snapdiff into jenkins-scripts
2013-12-16 Hasan Wanfix a potenntial bug about find package-groups package
2013-12-14 Alexander KanevskiyFix format string operation
2013-12-13 ZhuoX LiAdd unitest testcase for gbs interface
2013-12-13 ZhuoX LiAdd unitest testcase for gbp interface
2013-12-11 Lin YangCombine all repos build result into one comments
2013-12-10 Lin YangAdd profile info into accept tag name
2013-12-10 Ed Bartoshpolicycheck: Check if specs found in packaging/ directory
2013-12-10 Ed Bartoshpolicycheck: fail the job if gbs export fails
2013-12-10 Ed Bartoshpolicycheck: Check if packaging/ directory exist
2013-12-10 Ed BartoshCatch backenddb EntityError exception
2013-12-10 Ed BartoshCheck if key is in mapping to avoid KeyError
2013-12-09 Ed Bartoshjob_pre_release_gerrit: Check if prerelease enabled...
2013-12-09 Ed BartoshFixed linking and unlinking repositories
2013-12-04 Ed BartoshCheck return code of sync function
2013-12-04 Hasan Wanfix the releaesid key name mistake when update value
2013-12-04 Hasan WanFix a typo when get exception
2013-12-04 Hasan Wanenable createrepo_c for repomaker
2013-12-02 Ed BartoshCode cleanup of job_pre_release_obs
2013-12-02 Ed BartoshCleanup prerelese repos from all snapshots
2013-12-02 Ed BartoshReimplemented logic of finding published repos
2013-12-02 Ed BartoshUsed repo name as a part of release key
2013-12-02 Ed BartoshPylinted job_pre_release_obs.py
2013-12-02 Ed BartoshRefined warning message
2013-12-02 Ed BartoshUsed OBS repo to find repo name from repos.yaml
2013-12-02 Ed BartoshAdded obs repository as a part of obs->repo mapping
2013-11-28 Lin YangClean up use obsolete function end()
2013-11-28 Lin YangChange return code when init TempPackage exception
2013-11-27 Lingchaox XinFix is_new_package method not found
2013-11-27 Lin YangReturn directly if post comment to gerrit failed
2013-11-27 Hasan WanTrigger the next job with project name info
2013-11-26 Lin YangCatch GerritError when post comment back to gerrit
2013-11-26 Lin YangEnable more flexible pattern to sync code
2013-11-21 Lin YangSplit the output of _git_inout to lines
2013-11-21 Hasan WanFix the image creation job not trigger issues
2013-11-18 Hasan Wanjob_submit.py are required in jenkins-scripts package
2013-11-18 Lin YangDo not need to specify specfile when gbs rb
2013-11-15 Ed BartoshUsed atexit to remove temporary directories
2013-11-15 Ed Bartoshjob_submitobs: Pylinted
2013-11-15 Ed BartoshMoved ref sync from job_sync_git to job_submitobs
2013-11-15 Ed BartoshCatch git errors, print error message.
2013-11-14 Lin YangNo need to checkout upstream pristine-tar branch
2013-11-14 Ed BartoshCatched git errors
2013-11-14 Ed BartoshPylinted common/buildservice.py
2013-11-14 Ed BartoshCatch urllib2.URLError
2013-11-14 Lingchaox XinFix rpm packaging bug
2013-11-13 Lingchaox XinFix creating temp workspace since packaging dir is...
2013-11-12 Lingchaox XinCheck whether `gbs export` succeeds before remote building
2013-11-11 Lin YangCheck whether need to sync project to inside obs
2013-11-11 Hasan WanGenerate repo manifest file
2013-11-11 Hasan WanKeep another copy of buildconf in repodata
2013-11-11 Hasan WanFix a mistake of previous patch
2013-11-08 Lin YangFix delete obs package failure in linked project
2013-11-08 Lin YangFix create symlinks under userContent failure
2013-11-04 Ed BartoshCatch GerritError exception
2013-11-04 Ed BartoshRefactored common/gerrit
2013-11-04 Hasan Wanretry the obs operation when get ObsError
2013-11-04 Hasan Wanmake retry function as decorator
2013-11-04 Hasan Wanmove xml2obj to common/utils
2013-11-04 Hasan WanTrigger post snapshot creation jobs after snapshot...
2013-11-04 Hasan WanFix an error with the project init
2013-11-03 Lin YangFix no logfile exception in buildcheck job
2013-10-30 Lingchaox XinHandle gbs commands errors
2013-10-29 Lingchaox XinUse oscapi directly rather than invoke core.meta_exists
2013-10-29 Lin YangFix import gbp.rpm.parse_spec failure
2013-10-29 Lin YangFix submitobs job cannot send out email
2013-10-29 Lin YangHandle manually created requests in obs
2013-10-28 Lin YangChange tools repo to otctools obs repo
2013-10-24 Ed BartoshFixed KeyError exception in job_load_repos
2013-10-22 Lin YangFix push to heads/accepted/* hierarchy failure
2013-10-22 Lingchaox XinCatch git push tag exception
2013-10-21 Hasan WanAdd a new scripts to generate the buildlogs dir for...
2013-10-17 Ed BartoshMoved userContent/jenkins-scripts symlink to -common
next