Skip to content

Commit

Permalink
add a simple upload check message
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Apr 9, 2014
1 parent 0546780 commit 03a2f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marmalade-service.el
Expand Up @@ -197,6 +197,7 @@ If the target package already exists a `file-error' is produced."

(defun marmalade/upload (httpcon)
"Handle uploaded packages."
;;(message "upload starts with %s" (marmalade-get-packages "testuser"))
(with-elnode-auth httpcon 'marmalade-auth
(let* ((upload-file
(elnode-http-param httpcon "package-file"))
Expand Down

0 comments on commit 03a2f2b

Please sign in to comment.