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

Unified Diff: swarm_client/tools/zip_run_isolated.py

Issue 69143004: Delete swarm_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 1 month 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 | « swarm_client/tools/zip_profiler.py ('k') | swarm_client/trace_inputs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: swarm_client/tools/zip_run_isolated.py
===================================================================
--- swarm_client/tools/zip_run_isolated.py (revision 235167)
+++ swarm_client/tools/zip_run_isolated.py (working copy)
@@ -1,30 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""Converts run_isolated.py with dependencies into run_isolated.zip.
-
-run_isolated.zip will be created in the current directory.
-
-Useful for reproducing swarm-bot environment like this:
- ./tools/zip_run_isolated.py && python run_isolated.zip ...
-"""
-
-import os
-import sys
-
-ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
-sys.path.insert(0, ROOT_DIR)
-
-import run_isolated
-
-
-def main():
- zip_package = run_isolated.get_as_zip_package()
- zip_package.zip_into_file('run_isolated.zip')
- return 0
-
-
-if __name__ == '__main__':
- sys.exit(main())
« no previous file with comments | « swarm_client/tools/zip_profiler.py ('k') | swarm_client/trace_inputs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698