Skip to content

Commit

Permalink
Copy me2me host debian package to a separately named file, for use on…
Browse files Browse the repository at this point in the history
… Chromoting swarming bots.

BUG=461920

Review URL: https://codereview.chromium.org/974683002

Cr-Commit-Position: refs/heads/master@{#318837}
  • Loading branch information
AnandChakravarty authored and Commit bot committed Mar 3, 2015
1 parent 3193eef commit ae3cd6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions remoting/remoting_host_linux.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
],
'action': [ 'zip', '-j', '-0', '<@(_outputs)', '<@(_inputs)' ],
},
{
# Copy the debian package file, which has version info in it,
# to a consistent filename for use on Chromoting swarming bots.
'action_name': 'Copy debian package.',
'inputs': [
'<@(deb_filename)',
],
'outputs': [
'<(PRODUCT_DIR)/remoting-me2me-host.deb',
],
'action': [ 'cp', '<@(_inputs)', '<@(_outputs)'],
},
],
}, {
'target_name': 'remoting_me2me_host_deb_installer',
Expand Down
1 change: 1 addition & 0 deletions testing/chromoting/chromoting_integration_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
'../../remoting/tools/internal/test-account-host-config.json',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_desktop.json',
'<(PRODUCT_DIR)/remoting/com.google.chrome.remote_assistance.json',
'<(PRODUCT_DIR)/remoting-me2me-host.deb',
],
},
}],
Expand Down

0 comments on commit ae3cd6c

Please sign in to comment.