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

Unified Diff: mozdownload.egg-info/PKG-INFO

Issue 1451373002: Updating mozdownload (excluding tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/mozdownload@master
Patch Set: Updated README.md Created 5 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 | « README.md ('k') | mozdownload.egg-info/SOURCES.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozdownload.egg-info/PKG-INFO
diff --git a/mozdownload.egg-info/PKG-INFO b/mozdownload.egg-info/PKG-INFO
deleted file mode 100644
index 31a474ca84bcb7f1c92781bcaa5566d22a8f6274..0000000000000000000000000000000000000000
--- a/mozdownload.egg-info/PKG-INFO
+++ /dev/null
@@ -1,49 +0,0 @@
-Metadata-Version: 1.0
-Name: mozdownload
-Version: 1.6
-Summary: Script to download builds for Firefox and Thunderbird from the Mozilla server.
-Home-page: http://github.com/mozilla/mozdownload
-Author: Mozilla Automation and Testing Team
-Author-email: tools@lists.mozilla.com
-License: Mozilla Public License 2.0 (MPL 2.0)
-Description: # mozdownload
-
- [mozdownload](https://github.com/mozilla/mozdownload)
- is a [python package](http://pypi.python.org/pypi/mozdownload)
- which handles downloading of Mozilla applications.
-
- ## Command Line Usage
-
- The `mozdownload` command will download the application based on the provided
- command line options.
-
- ### Examples
-
- Download the latest official Firefox release for your platform:
-
- mozdownload --version=latest
-
- Download the latest Firefox Aurora build for Windows (32bit):
-
- mozdownload --type=daily --branch=mozilla-aurora --platform=win32
-
- Download the latest official Thunderbird release for your platform:
-
- mozdownload --application=thunderbird --version=latest
-
- Download the latest Earlybird build for Linux (64bit):
-
- mozdownload --application=thunderbird --type=daily --branch=comm-aurora --platform=linux64
-
- Download this README file:
-
- mozdownload --url=https://raw.github.com/mozilla/mozdownload/master/README.md
-
- Download a file from a URL protected with basic authentication:
-
- mozdownload --url=http://example.com/secrets.txt --username=admin --password=password
-
- Run `mozdownload --help` for detailed information on the command line options.
-
-Keywords: mozilla
-Platform: UNKNOWN
« no previous file with comments | « README.md ('k') | mozdownload.egg-info/SOURCES.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698