Document the purpose of npm_pack

Change-Id: If6007631ba1df033c6f7b4da6b99e41ca56d709b
This commit is contained in:
Han-Wen Nienhuys 2017-11-14 14:52:33 +01:00 committed by David Pursehouse
parent fc8032393c
commit a382faaf6b
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""This downloads an NPM binary, and bundles it with its dependencies.
This is used to assemble a pinned version of crisper, hosted on the
Google storage bucket ("repository=GERRIT" in WORKSPACE).
"""
from __future__ import print_function
import atexit