<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_msg"><p class="gmail_msg">Hi,<br class="gmail_msg"></p><p class="gmail_msg"><br class="gmail_msg"></p><p class="gmail_msg">i have forgottent a big detail, i am using bb 0.8.9 ( as i need to port to bb 0.9.x in a second step but i want as a first step a working buildbot ( i am not that far from this :) )<br class="gmail_msg"></p></div></blockquote><div>You can at least upgrade to 0.8.12, and get new style steps.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_msg"><p class="gmail_msg"></p><p class="gmail_msg"><br class="gmail_msg"></p><p class="gmail_msg">so if i use:<br class="gmail_msg"></p></div><div class="gmail_msg"><p class="gmail_msg">f1.addStep(shell.SetPropertyFromCommand(command='grep version setup.py | grep = | cut -d = -f2 | cut -d"\'" -f2 ', property="upstreamPkgVer"))</p><p class="gmail_msg"><br class="gmail_msg"></p></div><div class="gmail_msg"><p class="gmail_msg">for now i have :<br class="gmail_msg"></p><p class="gmail_msg"> self.addStep(UpstreamGetVersion(workdir=self._workdir))<br class="gmail_msg"> self.addStep(DebComputeNewVersion(master_path=self._base_master_path, pkg_url=self._base_pkg_url))<br class="gmail_msg"></p><p class="gmail_msg">if i use <br class="gmail_msg"></p></div><div class="gmail_msg"><p class="gmail_msg"><br class="gmail_msg"></p><p class="gmail_msg"><br class="gmail_msg"></p><p class="gmail_msg">f1.addStep(shell.SetPropertyFromCommand(command='grep version setup.py | grep = | cut -d = -f2 | cut -d"\'" -f2 ', property="upstreamPkgVer"))</p><p class="gmail_msg"><br class="gmail_msg"></p></div><div class="gmail_msg"><p class="gmail_msg">i obtain  : <br class="gmail_msg"></p><p class="gmail_msg"><br class="gmail_msg"></p><p class="gmail_msg">LINE: pulse-agent-plugins (grep: setup.py: Aucun fichier ou dossier de ce type+git20170405233946.ea174fc-1) UNRELEASED; urgency=medium</p></div></blockquote><div><br></div><div>I think this is just the problem of workdir. looks like you have some specific workdir management in your master.cfg which you did not publish, so its not easy for me to help </div><div><br></div><div>You can use export LANG=C before starting your workers to disable french i18n for your workers.</div><div><br></div><div>Pierre </div></div></div>