Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clairehurst
Tor Browser
Commits
a001bfb0
Commit
a001bfb0
authored
14 years ago
by
Chris AtLee
Browse files
Options
Downloads
Patches
Plain Diff
Bug 563008 - fix upload.py on python2.4. r=ted
parent
5edc4f71
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/upload.py
+0
-3
0 additions, 3 deletions
build/upload.py
with
0 additions
and
3 deletions
build/upload.py
+
0
−
3
View file @
a001bfb0
...
...
@@ -179,9 +179,6 @@ def UploadFiles(user, host, path, files, verbose=False, port=None, ssh_key=None,
print
"
Running post-upload command:
"
+
post_upload_command
file_list
=
'"'
+
'"
"'
.
join
(
remote_files
)
+
'"'
DoSSHCommand
(
'
%s
"
%s
"
%s
'
%
(
post_upload_command
,
path
,
file_list
),
user
,
host
,
port
=
port
,
ssh_key
=
ssh_key
)
except
:
print
"
Encountered error while uploading
"
raise
finally
:
if
upload_to_temp_dir
:
DoSSHCommand
(
"
rm -rf %s
"
%
path
,
user
,
host
,
port
=
port
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment