[Buildbot-commits] [SPAM] [Buildbot] #668: Allow unsetting env variables on ShellCommand

Buildbot buildbot-devel at lists.sourceforge.net
Thu Dec 31 16:34:09 UTC 2009


#668: Allow unsetting env variables on ShellCommand
----------------------+-----------------------------------------------------
Reporter:  abyx       |       Owner:                                
    Type:  undecided  |      Status:  new                           
Priority:  major      |   Milestone:  undecided                     
 Version:  0.7.11     |    Keywords:  shell shellcommand env environ
----------------------+-----------------------------------------------------
 The buildbot's default environ might contain some values that are not
 wanted in the testing environment. Simply setting it to "" (empty string)
 will not always work, if the step can't even have the value there. And,
 setting it to None will not work as python's environ will complain.

 There should be an option such that providing an environ to ShellCommand
 with None values will del those from the environ.

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


More information about the Commits mailing list