<div dir="ltr">Hi,<div><br></div><div>I set my buildbot to do auto deployment each time there's new tag from my git repo on bitbucket</div><div>Following that I've wrote in master.cfg for gitpoller </div><div><br></div><div><div>c['change_source'].extend(changes.GitPoller(</div><div>    source_root + name + '.git', workdir=work_dir + name,</div><div>    only_tags=True,</div><div>    pollinterval=18 + i*60) for i, name in enumerate(projects))</div></div><div><br></div><div>**I've declare vars work_dir, name and projects on top of my master.cfg</div><div><br></div><div>When I look into my twistd.log, got following error invalid refspec when buildbot trying to pull tag</div><div><br></div><div><div><div><div>['<a href="https://buildbot:password@bitbucket.org/bitbucket/project.git">https://buildbot:password@bitbucket.org/bitbucket/project.git</a>', '+refs/tags/v0.1:refs/buildbot/https%3A%2F%2Fbuildbot%3password%<a href="http://40bitbucket.org">40bitbucket.org</a>%2Fbitbucket%2Fproject.git/refs/tags/v0.1', '+refs/tags/v0.1^{}:refs/buildbot/https%3A%2F%2Fbuildbot%3password%<a href="http://40bitbucket.org">40bitbucket.org</a>%2Fbitbucket%2Fproject.git/refs/tags/v0.1^{}', '+refs/tags/v0.2:refs/buildbot/https%3A%2F%2Fbuildbot%3password%<a href="http://40bitbucket.org">40bitbucket.org</a>%2Fbitbucket%2Fproject.git/refs/tags/v0.2', '+refs/tags/v0.2^{}:refs/buildbot/https%3A%2F%2Fbuildbot%3password%<a href="http://40bitbucket.org">40bitbucket.org</a>%2Fbitbucket%2Fproject.git/refs/tags/v0.2^{}'] in /src/88/gitpoller/project on repourl <a href="https://buildbot:password@bitbucket.org/bitbucket/project.git">https://buildbot:password@bitbucket.org/bitbucket/project.git</a> failed with exit code 128: fatal: Invalid refspec '+refs/tags/v0.1^{}:refs/buildbot/https%3A%2F%2Fbuildbot%3password%<a href="http://40bitbucket.org">40bitbucket.org</a>%2Fbitbucket%2Fproject.git/refs/tags/v0.1^{}</div><div><br></div></div><div>How can I make buildbot work to listen for new push tag on my repo?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div><br></div></div><div><br></div></div></div>