Re: gbp:error: Uscan failed

2019-05-21 Thread Tong Sun
] > >> gbp:debug: ['git', 'for-each-ref', '--format=%(refname:short)', > >> 'refs/heads/'] > >> gbp:debug: ['git', 'show-ref', '--verify', 'refs/heads/upstream'] > >> gbp:debug:

Re: gbp:error: Uscan failed

2019-05-20 Thread Geert Stappers
On Sat, May 18, 2019 at 01:30:39PM -0400, Tong Sun wrote: > On Sat, May 18, 2019 at 1:26 PM Geert Stappers wrote: > > > In other words:uscan tries to express there is NO new upstream version > > Ha! > > > Why `uscan` returns a non-zero value for "no new version" > > is unclear to me. > > Ye

Re: gbp:error: Uscan failed

2019-05-20 Thread Geert Stappers
mport-orig --uscan --verbose .... > >> gbp:info: Launching uscan... > >> gbp:error: Uscan failed - debug by running 'uscan --verbose' > >> > >> It's within a dir that I get from > >> gbp clone -v --pristine-tar g...@salsa.debian.org:d

Re: gbp:error: Uscan failed

2019-05-20 Thread Sergio Durigan Junior
ig --uscan --verbose > gbp:debug: ['git', 'rev-parse', '--show-cdup'] > gbp:debug: ['git', 'rev-parse', '--is-bare-repository'] > gbp:debug: ['git', 'rev-parse', '--git-dir'] > gbp:debug: ['git

Re: gbp:error: Uscan failed

2019-05-18 Thread Geert Stappers
On Sat, May 18, 2019 at 01:42:19PM -0400, Tong Sun wrote: > On Sat, May 18, 2019 at 1:39 PM Geert Stappers wrote: > > > Why the hurry? > > Sorry, my bad. Should have wait 5 minutes longer, to see your post. > > Apologize. > OK, all fine. And infact: There is some charm in seeing "hey I want

Re: gbp:error: Uscan failed

2019-05-18 Thread Tong Sun
On Sat, May 18, 2019 at 1:39 PM Geert Stappers wrote: > Why the hurry? Sorry, my bad. Should have wait 5 minutes longer, to see your post. Apologize.

Re: gbp:error: Uscan failed

2019-05-18 Thread Geert Stappers
e:short)', > > 'refs/heads/'] > > gbp:debug: ['git', 'show-ref', '--verify', 'refs/heads/upstream'] > > gbp:debug: ['git', 'status', '--porcelain'] > > gbp:info: Launching uscan... > > gbp:error:

Re: gbp:error: Uscan failed

2019-05-18 Thread Tong Sun
On Sat, May 18, 2019 at 1:26 PM Geert Stappers wrote: > In other words:uscan tries to express there is NO new upstream version Ha! > Why `uscan` returns a non-zero value for "no new version" > is unclear to me. Yeah, that scared the shit out of me, :-) Thanks Geert. I'll ask the upstream

Re: gbp:error: Uscan failed

2019-05-18 Thread Geert Stappers
bare-repository'] > gbp:debug: ['git', 'rev-parse', '--git-dir'] > gbp:debug: ['git', 'for-each-ref', '--format=%(refname:short)', 'refs/heads/'] > gbp:debug: ['git', 'show-ref', '--verify',

Re: gbp:error: Uscan failed

2019-05-18 Thread Tong Sun
tory'] > gbp:debug: ['git', 'rev-parse', '--git-dir'] > gbp:debug: ['git', 'for-each-ref', '--format=%(refname:short)', 'refs/heads/'] > gbp:debug: ['git', 'show-ref', '--verify', 'r

gbp:error: Uscan failed

2019-05-18 Thread Tong Sun
] gbp:debug: ['git', 'for-each-ref', '--format=%(refname:short)', 'refs/heads/'] gbp:debug: ['git', 'show-ref', '--verify', 'refs/heads/upstream'] gbp:debug: ['git', 'status', '--porcelain'] gbp:info: Launching uscan... gbp:error: Uscan failed - debug by running 'uscan --verbose' It's within a dir that I get from gbp clone -v --pristine-tar g...@salsa.debian.org:debian/shc.git Thanks