Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: recipes/recipes/publish_tarball.py

Issue 2101753004: Make infra-continuous-precise-64 cross-compile Go cipd package for Linux ARM. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@cross-compile-build
Patch Set: fix unrelated pylint errors >_< Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipes/recipes/luci_py.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/recipes/publish_tarball.py
diff --git a/recipes/recipes/publish_tarball.py b/recipes/recipes/publish_tarball.py
index 6959d559deee3b77cb5eb27f1b2789c648af32d0..a6ff6ca18c8d18097a887d1fde3baaceff80c0ee 100644
--- a/recipes/recipes/publish_tarball.py
+++ b/recipes/recipes/publish_tarball.py
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# pylint: disable=line-too-long
+
from recipe_engine import recipe_api
import contextlib
« no previous file with comments | « recipes/recipes/luci_py.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698