summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 23:57:39 +0000
committerrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 23:57:39 +0000
commit5daa269e3d3c10e9169f7c4ec23cc218f3ea5347 (patch)
tree49577c5ed6c857959c1e43f00548d575b27001a3
parent0810519b1c833f5185b1d0799cfcfde9bdaae1f8 (diff)
downloadchromium_src-5daa269e3d3c10e9169f7c4ec23cc218f3ea5347.zip
chromium_src-5daa269e3d3c10e9169f7c4ec23cc218f3ea5347.tar.gz
chromium_src-5daa269e3d3c10e9169f7c4ec23cc218f3ea5347.tar.bz2
Do not put version info in patch archive file name. It is not useful as user do not ever get to see this file and it will make the signing of executables process more complex.
BUG=1179486 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1571 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/tools/build/win/create_installer_archive.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/tools/build/win/create_installer_archive.py b/chrome/tools/build/win/create_installer_archive.py
index aa154f9..024f8b3 100644
--- a/chrome/tools/build/win/create_installer_archive.py
+++ b/chrome/tools/build/win/create_installer_archive.py
@@ -154,10 +154,7 @@ def CreateArchiveFile(output_dir, staging_dir, current_version,
prev_archive_file, archive_file, patch_file)
RunSystemCommand(cmd)
- archive_file_name = PATCH_FILE_NAME + "-"
- if prev_version:
- archive_file_name += prev_version + "-"
- archive_file_name += current_version + PATCH_FILE_EXT
+ archive_file_name = PATCH_FILE_NAME + PATCH_FILE_EXT
orig_file = patch_file
else:
archive_file_name = C_FULL_ARCHIVE_FILE