jonpspri commented on a change in pull request #3358: Update to
tools/ubuntu-setup to support xenial and later Ubuntu releases
URL:
https://github.com/apache/incubator-openwhisk/pull/3358#discussion_r171272124
##########
File path: tools/ubuntu-setup/all.sh
##########
@@ -1,4 +1,12 @@
#!/bin/bash
+
+# This script can be tested for validity by doing something like:
+#
+# docker run -v "${OPENWHISK_HOME}:/openwhisk" ubuntu:trusty \
+# sh -c 'apt-get update && apt-get -y install sudo &&
/openwhisk/tools/ubuntu-setup/all.sh'
Review comment:
Yeah. It took me a little time to line everything up, but it makes for many
fewer breaks in production.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services