~linaro-foundations/linaro-ci/add-device-tree-build-support

« back to all changes in this revision

Viewing changes to jenkins_maintainers_kernel_build_inst

  • Committer: Deepti B. Kalakeri
  • Date: 2012-03-20 09:50:42 UTC
  • Revision ID: deepti.kalakeri@linaro.org-20120320095042-lpkvbgn8bcnvfxl8
Fixing kernel maintainers script

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
fi
17
17
if test "$matching_remote_branch" = "$remote_branch_name" ; then
18
18
   # Cleaning up remote branch that was added
 
19
   git reset --hard HEAD
19
20
   git checkout $GIT_BRANCH
20
21
   git branch -D $remote_branch_name
21
22
fi