Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M
Managetests
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Gruppo Web
  • Managetests
  • Issues
  • #1

Closed
Open
Opened Dec 17, 2015 by Pietro Albini@pietroalbini
  • Report abuse
  • New issue
Report abuse New issue

Rebuilding a branch crashes

Happened after receiving a push hook.

Traceback (most recent call last):
  File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
    self.run()
  File "XXX/managetests/frontend/__init__.py", line 46, in run
    self.manager.process_hook(data)
  File "XXX/managetests/app.py", line 130, in process_hook
    self._process_push_hook(data)
  File "XXX/managetests/app.py", line 148, in _process_push_hook
    self.load_branch(branch, mr)
  File "XXX/managetests/app.py", line 90, in load_branch
    branch.deploy()
  File "XXX/managetests/branches.py", line 102, in deploy
    "rm -rf %s/%s/*" % (self.caches_dir, self.name),
AttributeError: 'Branch' object has no attribute 'caches_dir'
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
bug crash
Assign labels
  • View project labels
Reference: ubuntu-it-web/managetests#1