Giter Site home page Giter Site logo

pivotal-tracker-syncing's People

Contributors

lwoydziak avatar

Watchers

 avatar  avatar

pivotal-tracker-syncing's Issues

Sync doesn't entirely work.

Previous change only allows for changing status on both pivotal and jira.

The sync routine needs to be adjusted to account for this.

Original issue reported on code.google.com by [email protected] on 18 Jun 2012 at 11:59

Don't overwrite reporters

What steps will reproduce the problem?
1. Sync bug with an unknow reporter to pivotal
2. Sync issue back to jira

What is the expected output?
- unknown reporter is maintained

What do you see instead?
- default reporter overwrites unknown reporter.

Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 10:26

Only sync changes

What steps will reproduce the problem?
1. perform a sync

What is the expected output? 
Only changes are synced, item not updated if not changed

What do you see instead?
item always updated.

Original issue reported on code.google.com by [email protected] on 11 Jun 2012 at 6:27

sources missing a file

What steps will reproduce the problem?
1. try to find/run pytracker.py
2.
3.

What is the expected output? What do you see instead?
lrwxrwxrwx 1 matt matt    40 Feb 13 12:58 pytracker.py -> 
../../lwoydziak-python3/src/pytracker.py


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Feb 2015 at 9:10

Comments should have the user who created it sync'ed as well.

What steps will reproduce the problem?
1.create a comment in Jira or Pivotal
2.do a sync
3.a new comment should be created on the sync destination and it should be 
created by the right user.

What do you see instead?
Comment is created by the default user.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 7 Nov 2012 at 6:28

Label/Fix Version sync feature

What steps will reproduce the problem?
1. Change a fix version in Jira.

What is the expected output? 
Pivotal issue now is labeled with the fix version and it is an Epic.

What do you see instead?
Nothing

Feature should also work visa-versa

Original issue reported on code.google.com by [email protected] on 7 Nov 2012 at 6:25

does not build correctly on Ubuntu 14.10

What steps will reproduce the problem?
1. relatively new Ubuntu 14.10 system, install ant package
2. run 'ant' in directory


What is the expected output? What do you see instead?
build fails:


matt@2UA1120PSM-LNX:~/src/pivotal-tracker-syncing$ ant
Buildfile: /home/matt/src/pivotal-tracker-syncing/build.xml

init:
     [exec] package python3.3 not found; installing...dpkg-query: package 'python3.3' is not installed and no information is available
     [exec] Reading package lists...
     [exec] 
     [exec] Use dpkg --info (= dpkg-deb --info) to examine archive files,
     [exec] and dpkg --contents (= dpkg-deb --contents) to list their contents.
     [exec] Building dependency tree...
     [exec] Reading state information...
     [exec] The following packages were automatically installed and are no longer required:
     [exec]   libsvga1 linux-headers-3.16.0-28 linux-headers-3.16.0-28-generic
     [exec]   linux-tools-3.16.0-28 linux-tools-3.16.0-28-generic
     [exec] Use 'apt-get autoremove' to remove them.
     [exec] ./dependencies.sh: line 11: [python3.3: command not found
     [exec] 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
     [exec] dpkg-query: package 'python3.3-dev' is not installed and no information is available
     [exec] Use dpkg --info (= dpkg-deb --info) to examine archive files,
     [exec] and dpkg --contents (= dpkg-deb --contents) to list their contents.package python3.3-dev not found; installing...
     [exec] 
     [exec] Reading package lists...
     [exec] Building dependency tree...
     [exec] Reading state information...
     [exec] E: Unable to locate package python3.3-dev
     [exec] E: Couldn't find any package by regex 'python3.3-dev'
     [exec] ./dependencies.sh: line 11: [python3.3-dev: command not found
     [exec] --2015-02-13 12:58:42--  http://python-distribute.org/distribute_setup.py
     [exec] Python package easy_install not found, installing...
     [exec] Resolving python-distribute.org (python-distribute.org)... 69.43.161.179
     [exec] Connecting to python-distribute.org (python-distribute.org)|69.43.161.179|:80... connected.
     [exec] HTTP request sent, awaiting response... 302 Found
     [exec] Location: http://ww38.python-distribute.org/distribute_setup.py [following]
     [exec] --2015-02-13 12:58:42--  http://ww38.python-distribute.org/distribute_setup.py
     [exec] Resolving ww38.python-distribute.org (ww38.python-distribute.org)... 185.53.177.20
     [exec] Connecting to ww38.python-distribute.org (ww38.python-distribute.org)|185.53.177.20|:80... connected.
     [exec] HTTP request sent, awaiting response... 403 Forbidden
     [exec] 2015-02-13 12:58:43 ERROR 403: Forbidden.
     [exec] 
     [exec] sudo: python3.3: command not found
     [exec] ./dependencies.sh: line 25: easy_install2: command not found
     [exec] mv: cannot stat ‘/usr/local/bin/yolk’: No such file or directory
     [exec] error: can't create or remove files in install directory
     [exec] 
     [exec] The following error occurred while trying to add or remove files in the
     [exec] installation directory:
     [exec] 
     [exec]     [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/test-easy-install-27324.write-test'
     [exec] 
     [exec] The installation directory you specified (via --install-dir, --prefix, or
     [exec] the distutils default setting) was:
     [exec] 
     [exec]     /usr/local/lib/python2.7/dist-packages/
     [exec] 
     [exec] Perhaps your account does not have write access to this directory?  If the
     [exec] installation directory is a system-owned directory, you may need to sign in
     [exec] as the administrator or "root" account.  If you do not have administrative
     [exec] access to this machine, you may wish to choose a different installation
     [exec] directory, preferably one that is listed in your PYTHONPATH environment
     [exec] variable.
     [exec] 
     [exec] For information on other options, you may wish to consult the
     [exec] documentation at:
     [exec] 
     [exec]   https://pythonhosted.org/setuptools/easy_install.html
     [exec] 
     [exec] Please make the appropriate changes for your system and try again.
     [exec] 
     [exec] ./dependencies.sh: line 33: yolk: command not found
     [exec] Python package mockito not found, installing...
     [exec] Python package coverage not found, installing...
     [exec] error: can't create or remove files in install directory
     [exec] 
     [exec] The following error occurred while trying to add or remove files in the
     [exec] installation directory:
     [exec] 
     [exec]     [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/test-easy-install-27327.write-test'
     [exec] 
     [exec] The installation directory you specified (via --install-dir, --prefix, or
     [exec] the distutils default setting) was:
     [exec] 
     [exec]     /usr/local/lib/python2.7/dist-packages/
     [exec] 
     [exec] Perhaps your account does not have write access to this directory?  If the
     [exec] installation directory is a system-owned directory, you may need to sign in
     [exec] as the administrator or "root" account.  If you do not have administrative
     [exec] access to this machine, you may wish to choose a different installation
     [exec] directory, preferably one that is listed in your PYTHONPATH environment
     [exec] variable.
     [exec] 
     [exec] For information on other options, you may wish to consult the
     [exec] documentation at:
     [exec] 
     [exec]   https://pythonhosted.org/setuptools/easy_install.html
     [exec] 
     [exec] Please make the appropriate changes for your system and try again.
     [exec] 
     [exec] ./dependencies.sh: line 33: yolk: command not found
     [exec] Python package suds not found, installing...
     [exec] error: can't create or remove files in install directory
     [exec] 
     [exec] The following error occurred while trying to add or remove files in the
     [exec] installation directory:
     [exec] 
     [exec]     [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/test-easy-install-27330.write-test'
     [exec] 
     [exec] The installation directory you specified (via --install-dir, --prefix, or
     [exec] the distutils default setting) was:
     [exec] 
     [exec]     /usr/local/lib/python2.7/dist-packages/
     [exec] 
     [exec] Perhaps your account does not have write access to this directory?  If the
     [exec] installation directory is a system-owned directory, you may need to sign in
     [exec] as the administrator or "root" account.  If you do not have administrative
     [exec] access to this machine, you may wish to choose a different installation
     [exec] directory, preferably one that is listed in your PYTHONPATH environment
     [exec] variable.
     [exec] 
     [exec] For information on other options, you may wish to consult the
     [exec] documentation at:
     [exec] 
     [exec]   https://pythonhosted.org/setuptools/easy_install.html
     [exec] 
     [exec] Please make the appropriate changes for your system and try again.
     [exec] 
     [exec] ./dependencies.sh: line 33: yolk: command not found
     [exec] error: can't create or remove files in install directory
     [exec] 
     [exec] The following error occurred while trying to add or remove files in the
     [exec] installation directory:
     [exec] 
     [exec]     [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/test-easy-install-27333.write-test'
     [exec] 
     [exec] The installation directory you specified (via --install-dir, --prefix, or
     [exec] the distutils default setting) was:
     [exec] 
     [exec]     /usr/local/lib/python2.7/dist-packages/
     [exec] 
     [exec] Perhaps your account does not have write access to this directory?  If the
     [exec] installation directory is a system-owned directory, you may need to sign in
     [exec] as the administrator or "root" account.  If you do not have administrative
     [exec] access to this machine, you may wish to choose a different installation
     [exec] directory, preferably one that is listed in your PYTHONPATH environment
     [exec] variable.
     [exec] 
     [exec] For information on other options, you may wish to consult the
     [exec] documentation at:
     [exec] 
     [exec]   https://pythonhosted.org/setuptools/easy_install.html
     [exec] 
     [exec] Please make the appropriate changes for your system and try again.
     [exec] 
     [exec] clonedigger not installed.
     [exec] Python package clonedigger not found, installing...
     [exec] Downloading/unpacking clonedigger
     [exec]   Running setup.py (path:/tmp/pip_build_matt/clonedigger/setup.py) egg_info for package clonedigger
     [exec]     
     [exec]     warning: no files found matching 'HISTORY.txt'
     [exec]     warning: no files found matching 'CONTRIBUTORS.txt'
     [exec]     warning: no files found matching 'LICENSE'
     [exec] Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from clonedigger)
     [exec] Installing collected packages: clonedigger
     [exec]   Running setup.py install for clonedigger
     [exec]     
     [exec]     warning: no files found matching 'HISTORY.txt'
     [exec]     warning: no files found matching 'CONTRIBUTORS.txt'
     [exec]     warning: no files found matching 'LICENSE'
     [exec]     error: could not create '/usr/local/lib/python2.7/dist-packages/clonedigger': Permission denied
     [exec]     Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_matt/clonedigger/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cShQQ4-record/install-record.txt --single-version-externally-managed --compile:
     [exec]     running install
     [exec] 
     [exec] running build
     [exec] 
     [exec] running build_py
     [exec] 
     [exec] creating build
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/java_antlr.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/lua_antlr.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/arguments.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/anti_unification.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/abstract_syntax_tree.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/__init__.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/ast_suppliers.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/suffix_tree.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/clonedigger.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/html_report.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/js_antlr.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/clone_detection_algorithm.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/python_compiler.py -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/logilab
     [exec] 
     [exec] copying clonedigger/logilab/__init__.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/manager.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/inspector.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/raw_building.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/inference.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/astutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/__pkginfo__.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/__init__.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/builder.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/nodes.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/_exceptions.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/lookup.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/utils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] copying clonedigger/logilab/astng/scoped_nodes.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/astng
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/graph.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/html.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/patricia.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/decorators.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/clcommands.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/logger.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/astutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/__pkginfo__.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/optparser.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/bind.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/shellutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/__init__.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/adbh.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/cli.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/corbautils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/pytest.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/interface.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/optik_ext.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/fileutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/changelog.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/cache.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/xmlrpcutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/vcgutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/modutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/logservice.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/pdf_ext.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/tree.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/umessage.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/sqlgen.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/monclient.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/textutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/deprecation.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/visitor.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/testlib.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/debugger.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/db.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/compat.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/date.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/table.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/daemon.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/configuration.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/logging_ext.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/monserver.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] copying clonedigger/logilab/common/twisted_distutils.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/logilab/common/ureports
     [exec] 
     [exec] copying clonedigger/logilab/common/ureports/__init__.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common/ureports
     [exec] 
     [exec] copying clonedigger/logilab/common/ureports/text_writer.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common/ureports
     [exec] 
     [exec] copying clonedigger/logilab/common/ureports/docbook_writer.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common/ureports
     [exec] 
     [exec] copying clonedigger/logilab/common/ureports/nodes.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common/ureports
     [exec] 
     [exec] copying clonedigger/logilab/common/ureports/html_writer.py -> build/lib.linux-x86_64-2.7/clonedigger/logilab/common/ureports
     [exec] 
     [exec] running egg_info
     [exec] 
     [exec] writing requirements to clonedigger.egg-info/requires.txt
     [exec] 
     [exec] writing clonedigger.egg-info/PKG-INFO
     [exec] 
     [exec] writing top-level names to clonedigger.egg-info/top_level.txt
     [exec] 
     [exec] writing dependency_links to clonedigger.egg-info/dependency_links.txt
     [exec] 
     [exec] writing entry points to clonedigger.egg-info/entry_points.txt
     [exec] 
     [exec] warning: manifest_maker: standard file '-c' not found
     [exec] 
     [exec] 
     [exec] 
     [exec] reading manifest file 'clonedigger.egg-info/SOURCES.txt'
     [exec] 
     [exec] reading manifest template 'MANIFEST.in'
     [exec] 
     [exec] warning: no files found matching 'HISTORY.txt'
     [exec] 
     [exec] warning: no files found matching 'CONTRIBUTORS.txt'
     [exec] 
     [exec] warning: no files found matching 'LICENSE'
     [exec] 
     [exec] writing manifest file 'clonedigger.egg-info/SOURCES.txt'
     [exec] 
     [exec] copying clonedigger/LICENSE.txt -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] copying clonedigger/README.txt -> build/lib.linux-x86_64-2.7/clonedigger
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/antlr_runtime
     [exec] 
     [exec] copying clonedigger/antlr_runtime/antlr-3.1.1.jar -> build/lib.linux-x86_64-2.7/clonedigger/antlr_runtime
     [exec] 
     [exec] copying clonedigger/antlr_runtime/antlr-runtime-3.1.jar -> build/lib.linux-x86_64-2.7/clonedigger/antlr_runtime
     [exec] 
     [exec] copying clonedigger/antlr_runtime/runtime-2008-01-10.16.jar -> build/lib.linux-x86_64-2.7/clonedigger/antlr_runtime
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/JavaAST.g -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/JavaAST.tokens -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/MyAstNode.java -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/MyAstNodeAdaptor.java -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/TreeProducer.jar -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/TreeProducer.java -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] copying clonedigger/java_antlr/build_jar.sh -> build/lib.linux-x86_64-2.7/clonedigger/java_antlr
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/JavaScript.g -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/JavaScript.tokens -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/JavaScriptLexer.java -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/JavaScriptParser.java -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/MyAstNode.java -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/MyAstNodeAdaptor.java -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/TreeProducer.jar -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/TreeProducer.java -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/build_jar.sh -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] copying clonedigger/js_antlr/license.txt -> build/lib.linux-x86_64-2.7/clonedigger/js_antlr
     [exec] 
     [exec] creating build/lib.linux-x86_64-2.7/clonedigger/lua_antlr
     [exec] 
     [exec] copying clonedigger/lua_antlr/Lua.g -> build/lib.linux-x86_64-2.7/clonedigger/lua_antlr
     [exec] 
     [exec] copying clonedigger/lua_antlr/TreeProducer.jar -> build/lib.linux-x86_64-2.7/clonedigger/lua_antlr
     [exec] 
     [exec] copying clonedigger/lua_antlr/TreeProducer.java -> build/lib.linux-x86_64-2.7/clonedigger/lua_antlr
     [exec] 
     [exec] copying clonedigger/lua_antlr/build_jar.sh -> build/lib.linux-x86_64-2.7/clonedigger/lua_antlr
     [exec] 
     [exec] running install_lib
     [exec] 
     [exec] creating /usr/local/lib/python2.7/dist-packages/clonedigger
     [exec] 
     [exec] error: could not create '/usr/local/lib/python2.7/dist-packages/clonedigger': Permission denied
     [exec] 
     [exec] ----------------------------------------
     [exec] Cleaning up...
     [exec] Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_matt/clonedigger/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cShQQ4-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_matt/clonedigger
     [exec] Storing debug log for failure in /home/matt/.pip/pip.log

clean:

test:

BUILD FAILED
/home/matt/src/pivotal-tracker-syncing/build.xml:10: Execute failed: 
java.io.IOException: Cannot run program "coverage": error=2, No such file or 
directory
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
    at java.lang.Runtime.exec(Runtime.java:617)
    at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:428)
    at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:442)
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:628)
    at org.apache.tools.ant.taskdefs.ExecuteOn.runExec(ExecuteOn.java:410)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:495)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    at org.apache.tools.ant.Main.runBuild(Main.java:851)
    at org.apache.tools.ant.Main.startAnt(Main.java:235)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: java.io.IOException: error=2, No such file or directory
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
    at java.lang.ProcessImpl.start(ProcessImpl.java:130)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
    ... 24 more

Total time: 8 seconds
matt@2UA1120PSM-LNX:~/src/pivotal-tracker-syncing$ 


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Feb 2015 at 9:00

When DST happens need to automatically adjust TZ info.

What steps will reproduce the problem?
1. Have DST switch occur.
2. Currently TZ offset is hard coded in the config file.
3. Make a change within an hour on the same issue in both Pivotal and Jira.

What is the expected output? What do you see instead?
The latest change should be reflected in both Jira/Pivotal, instead the latest 
change is overwritten if it was in Jira.

Original issue reported on code.google.com by [email protected] on 7 Nov 2012 at 6:21

Sync Status

What steps will reproduce the problem?
1. create issue
2. sync
3. change status to closed in either pivotal or jira

What is the expected output? 
Status is synced

What do you see instead?
No action.


Original issue reported on code.google.com by [email protected] on 24 May 2012 at 4:20

Bad performance when getting 200+ issues with comments.

What steps will reproduce the problem?
1. login to tracker
2. try to get issues

What is the expected output? 
With a reasonable number of issues performance should be a second or two

What do you see instead?
30s+ wait times while waiting for issues

The root of the problem is the comments need to be retrieved in a separate 
communication, but this can be done on a per item basis by using a generator 
pattern.


Original issue reported on code.google.com by [email protected] on 14 May 2012 at 10:45

Comments over 2000 characters crash

What steps will reproduce the problem?
1. try to sync a Pivotal story with a Jira ticket that has comments with more 
than 2000 characters

What is the expected output? 
The program won't crash.

Original issue reported on code.google.com by [email protected] on 14 May 2012 at 10:47

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.