D6914: automation: install awscli and python3-boto3 packages
indygreg (Gregory Szorc)
phabricator at mercurial-scm.org
Mon Sep 30 21:06:49 UTC 2019
Closed by commit rHGdffa9d3c2491: automation: install awscli and python3-boto3 packages (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D6914?vs=16687&id=16709
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D6914/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D6914
AFFECTED FILES
contrib/automation/hgautomation/linux.py
CHANGE DETAILS
diff --git a/contrib/automation/hgautomation/linux.py b/contrib/automation/hgautomation/linux.py
--- a/contrib/automation/hgautomation/linux.py
+++ b/contrib/automation/hgautomation/linux.py
@@ -210,6 +210,7 @@
sudo apt-get update
PACKAGES="\
+ awscli \
btrfs-progs \
build-essential \
bzr \
@@ -251,6 +252,7 @@
python-pygments \
python-subversion \
python-vcr \
+ python3-boto3 \
python3-dev \
python3-docutils \
python3-fuzzywuzzy \
To: indygreg, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list