Activity log for bug #1052161

Date Who What changed Old value New value Message
2012-09-17 20:12:10 Alessandro Pilotti bug added bug
2012-09-17 20:26:38 Alessandro Pilotti description python setup.py build fails on Windows due to the following hardcoded /bib/sh path in setup.py, line 120: def _run_shell_command(cmd): output = subprocess.Popen(["/bin/sh", "-c", cmd], stdout=subprocess.PIPE) It works fine with msysgit's sh.exe, whose default path is: "%ProgramFiles% (x86)\Git\bin\sh.exe" A possible solution consists in replacing "/bin/sh" with "sh" (at least if os.name == 'nt') python setup.py build fails on Windows due to the following hardcoded /bib/sh path in setup.py, line 120: def _run_shell_command(cmd):     output = subprocess.Popen(["/bin/sh", "-c", cmd],                               stdout=subprocess.PIPE) A possible solution consists in replacing "/bin/sh -c" with "cmd /C" when os.name == 'nt'
2012-09-17 21:08:13 OpenStack Infra python-novaclient: status New In Progress
2012-09-17 21:08:13 OpenStack Infra python-novaclient: assignee Alessandro Pilotti (alexpilotti)
2012-09-17 22:15:20 OpenStack Infra python-novaclient: status In Progress Fix Committed
2012-09-25 15:43:01 Joseph Heck bug task added python-keystoneclient
2012-09-25 15:43:16 Joseph Heck python-keystoneclient: status New Triaged
2012-09-25 15:43:20 Joseph Heck python-keystoneclient: importance Undecided High
2012-09-25 15:49:14 Alessandro Pilotti bug task added python-glanceclient
2012-09-25 15:49:27 OpenStack Infra python-keystoneclient: status Triaged In Progress
2012-09-25 15:49:27 OpenStack Infra python-keystoneclient: assignee Joseph Heck (heckj)
2012-09-25 15:50:57 Alessandro Pilotti bug task added openstack-common
2012-09-25 15:51:42 Alessandro Pilotti bug task added python-cinderclient
2012-09-25 16:03:25 Alessandro Pilotti bug task added python-openstackclient
2012-09-25 16:23:28 OpenStack Infra python-keystoneclient: status In Progress Fix Committed
2012-11-02 20:12:27 OpenStack Infra python-glanceclient: status New In Progress
2012-11-02 20:12:27 OpenStack Infra python-glanceclient: assignee Alessandro Pilotti (alexpilotti)
2012-11-02 20:18:48 OpenStack Infra python-cinderclient: status New In Progress
2012-11-02 20:18:48 OpenStack Infra python-cinderclient: assignee Alessandro Pilotti (alexpilotti)
2012-11-02 20:45:42 Alessandro Pilotti bug task added python-quantumclient
2012-11-03 10:19:13 Yaguang Tang openstack-common: assignee Yaguang Tang (heut2008)
2012-11-03 10:19:47 Yaguang Tang openstack-common: status New In Progress
2012-11-03 10:20:19 Yaguang Tang python-quantumclient: assignee Yaguang Tang (heut2008)
2012-11-03 10:29:44 OpenStack Infra python-quantumclient: status New In Progress
2012-11-03 19:42:07 OpenStack Infra python-quantumclient: assignee Yaguang Tang (heut2008) Alessandro Pilotti (alexpilotti)
2012-11-05 06:38:18 OpenStack Infra openstack-common: status In Progress Fix Committed
2012-11-05 15:48:13 OpenStack Infra python-novaclient: status Fix Committed In Progress
2012-11-06 06:49:00 OpenStack Infra python-novaclient: status In Progress Fix Committed
2012-11-06 15:05:54 OpenStack Infra python-quantumclient: status In Progress Fix Committed
2012-11-06 15:28:07 OpenStack Infra python-openstackclient: status New Fix Committed
2012-11-06 15:37:57 OpenStack Infra python-glanceclient: status In Progress Fix Committed
2012-11-06 17:27:12 Mark McLoughlin affects openstack-common oslo
2012-11-06 18:09:15 Alessandro Pilotti bug task added python-swiftclient
2012-11-06 18:09:40 OpenStack Infra python-swiftclient: status New In Progress
2012-11-06 18:09:40 OpenStack Infra python-swiftclient: assignee Alessandro Pilotti (alexpilotti)
2012-11-06 20:24:35 OpenStack Infra python-cinderclient: status In Progress Fix Committed
2012-11-15 22:01:50 OpenStack Infra python-swiftclient: status In Progress Fix Committed
2012-11-20 05:29:59 Brian Waldon python-glanceclient: importance Undecided Medium
2012-11-20 05:45:27 Brian Waldon python-glanceclient: milestone v0.6.0
2012-11-20 05:45:30 Brian Waldon python-glanceclient: status Fix Committed Fix Released
2012-12-03 08:29:13 Mark McLoughlin oslo: milestone grizzly-1
2012-12-03 08:33:34 Mark McLoughlin oslo: status Fix Committed Fix Released
2013-01-06 16:11:52 Alessandro Pilotti bug task added quantum
2013-01-06 16:34:36 OpenStack Infra quantum: status New In Progress
2013-01-06 16:34:36 OpenStack Infra quantum: assignee Alessandro Pilotti (alexpilotti)
2013-01-16 02:21:22 Dean Troyer python-openstackclient: status Fix Committed Fix Released
2013-01-30 15:22:10 Mark McClain quantum: status In Progress Fix Committed
2013-02-17 02:41:39 Akihiro Motoki quantum: milestone grizzly-3
2013-02-17 02:42:14 Akihiro Motoki python-quantumclient: milestone 3.0.0
2013-02-21 09:11:39 Thierry Carrez quantum: status Fix Committed Fix Released
2013-02-26 03:04:53 yong sheng gong python-quantumclient: milestone 3.0.0 2.2
2013-03-27 11:14:08 Akihiro Motoki python-quantumclient: importance Undecided Medium
2013-03-27 11:14:14 Akihiro Motoki python-quantumclient: status Fix Committed Fix Released
2013-04-04 10:21:50 Thierry Carrez quantum: milestone grizzly-3 2013.1
2013-04-04 12:43:12 Thierry Carrez oslo/grizzly: status New Fix Released
2013-04-04 12:43:12 Thierry Carrez oslo/grizzly: milestone 2013.1
2013-04-04 12:43:12 Thierry Carrez oslo/grizzly: assignee Yaguang Tang (heut2008)
2013-05-29 16:41:35 Dolph Mathews python-keystoneclient: status Fix Committed Fix Released
2013-05-29 16:41:35 Dolph Mathews python-keystoneclient: milestone 0.2.0
2013-08-06 14:47:26 Russell Bryant python-novaclient: status Fix Committed Fix Released
2015-07-08 22:52:41 Doug Hellmann python-cinderclient: status Fix Committed Fix Released
2015-07-08 22:52:41 Doug Hellmann python-cinderclient: milestone 1.3.1
2015-07-16 19:11:22 Doug Hellmann python-swiftclient: status Fix Committed Fix Released
2015-07-16 19:11:22 Doug Hellmann python-swiftclient: milestone 2.5.0