check_repo uses git-rev-list to check whether there are unpushed changes in current repo. Something goes wrong if user invokes fedpkg with --dist option. That is, revision range passed to git-rev-list will be origin/... rather than origin/....
Resolves: 1169663
Signed-off-by: Chenxiong Qi cqi@redhat.com
Looks good to me.
Pull-Request has been merged by cqi
check_repo uses git-rev-list to check whether there are unpushed changes... rather than....
in current repo. Something goes wrong if user invokes fedpkg with --dist
option. That is, revision range passed to git-rev-list will be
origin/
origin/
Resolves: 1169663
Signed-off-by: Chenxiong Qi cqi@redhat.com