[Buildbot-commits] [Buildbot] #2419: Svn update is failing with different language

Buildbot nobody at buildbot.net
Tue Dec 25 08:21:05 UTC 2012


#2419: Svn update is failing with different language
--------------------+------------------------
Reporter:  Alice    |      Owner:  Alice
    Type:  defect   |     Status:  new
Priority:  major    |  Milestone:  0.8.+
 Version:  0.8.7p1  |   Keywords:  svn,update
--------------------+------------------------
 when im doing svn update in buildfactory():
 addStep(SVN(repourl='http://localhost/package/' + VERSION +
 "",username='username', password='password', workdir='svnpoller-workdir' ,
 mode='full'))

 on japanese language enviroment is failing because it have no match =
 re.search('Revision:(.+?)\n', stdout)

 because svn info returns this:

 パス: .
 URL: http://svn.localhost.com/repos/test/vendors
 リポジトリのルート: http://svn.localhost.com/repos/test
 リポジトリ UUID: 5e7d134a-54fb-0310-bd04-b611643e5c25
 リビジョン: 101
 ノード種別: ディレクトリ
 準備中の処理: 特になし
 最終変更者: Guest
 最終変更リビジョン: 100
 最終変更日時: 2012-12-18 22:32:16 +0900 (火, 18 12月 2012)


 added a simple language enviroment patch

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2419>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list