This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 6c5e3b9 BIGTOP-3559. Fix the download URL for pip2 in the GPDB
deployment manifest. (#790)
6c5e3b9 is described below
commit 6c5e3b9740b56b916dfe57e8689e0385423d964b
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Jun 22 19:12:57 2021 +0900
BIGTOP-3559. Fix the download URL for pip2 in the GPDB deployment manifest.
(#790)
---
bigtop-deploy/puppet/modules/gpdb/manifests/init.pp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
b/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
index f5a2525..9d17a77 100644
--- a/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
@@ -101,7 +101,7 @@ class gpdb {
# here to install it on all distros.
exec { 'download_get_pip':
cwd => '/tmp',
- command => '/usr/bin/curl -sLO
https://bootstrap.pypa.io/2.7/get-pip.py'
+ command => '/usr/bin/curl -sLO
https://bootstrap.pypa.io/pip/2.7/get-pip.py'
}
exec { 'install_pip':
cwd => '/tmp',