Submitter | phabricator |
---|---|
Date | Sept. 30, 2019, 9:06 p.m. |
Message ID | <ebe42e357d80d7c771887a912fd259e0@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41859/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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 @@ -219,6 +219,7 @@ darcs \ debhelper \ devscripts \ + docker-ce \ dpkg-dev \ dstat \ emacs \ @@ -282,12 +283,6 @@ PACKAGES="$PACKAGES monotone" fi -# As of April 27, 2019, Docker hasn't published packages for -# Ubuntu 19.04 yet. -if [ "$LSB_RELEASE" != "disco" ]; then - PACKAGES="$PACKAGES docker-ce" -fi - sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install --no-install-recommends $PACKAGES # Create clang-format symlink so test harness finds it.