PBR

Activity log for bug #1866595

Date Who What changed Old value New value Message
2020-03-09 06:19:07 Changqing Li bug added bug
2020-03-09 06:24:04 Changqing Li pbr: status New Invalid
2020-03-09 06:25:56 Changqing Li pbr: status Invalid New
2020-03-09 06:29:05 Changqing Li description Hi, below source have shebang #!/usr/bin/env python tests/test_packaging.py tests/test_integration.py This might have problem when run on python3 only host, properly, we have remove the shebang like other files Hi, below test have use shebang like "#!/usr/bin/env python" tests/test_packaging.py //CreatePackages tests/test_integration.py //test_install_without_pbr Does this possible have problem when run on python3 only host, it is possible that on python3 only host, python is not exist.
2020-03-09 06:33:13 Changqing Li description Hi, below test have use shebang like "#!/usr/bin/env python" tests/test_packaging.py //CreatePackages tests/test_integration.py //test_install_without_pbr Does this possible have problem when run on python3 only host, it is possible that on python3 only host, python is not exist. Hi, below test have use shebang like "#!/usr/bin/env python" tests/test_packaging.py //CreatePackages tests/test_integration.py //test_install_without_pbr Does this possible have problem when run on python3 only host, it is possible that on python3 only host, python is not exist. how about change "#!/usr/bin/env python" to "#!/usr/bin/env python3", as python2 already EOF
2020-03-10 04:30:34 Changqing Li summary properly need to remove the shebang convert shebang from python to python3?