Comment 4 for bug 1687940

Revision history for this message
Nish Aravamudan (nacc) wrote : Re: [Bug 1687940] Re: usd tag --upload complains about unclean working tree

Per libgit2 16384 (2^14) is GIT_STATUS_IGNORED.

Did the merge result in there being a .gitignore file?

On Wed, May 3, 2017 at 7:22 AM, ChristianEhrhardt
<email address hidden> wrote:
> Applied as this:
>
> --- a/usd/tag.py
> +++ b/usd/tag.py
> @@ -3,6 +3,7 @@ import logging
> import os
> import sys
> from usd.git_repository import USDGitRepository, git_dep14_tag
> +from usd.run import run
>
> class USDTag:
> def __init__(self):
> @@ -99,8 +100,10 @@ class USDTag:
>
> if len(self.local_repo.status()) != 0:
> logging.error('Working tree must be clean to continue.')
> + run(['git', 'status'], stdout=None)
> + print(self.local_repo.status())
> sys.exit(1)
>
> --
> You received this bug notification because you are a member of Ubuntu
> Server Dev import team, which is subscribed to usd-importer.
> https://bugs.launchpad.net/bugs/1687940
>
> Title:
> usd tag --upload complains about unclean working tree
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/usd-importer/+bug/1687940/+subscriptions