[
https://issues.apache.org/jira/browse/ARIA-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ran Ziv updated ARIA-295:
-------------------------
Description:
The {{Makefile}}'s {{deploy}} target is misbehaving - it tries to sign (gpg
signature) all files in a folder but only creates a single signature (for the
last file), and also doesn't upload files to {{PyPI}} using {{twine}} the way
it should.
The {{clean}} target also throws errors sometimes when attempting to delete the
{{egg-info}} directory, possibly because it finds multiple such directories
(when one already exists under {{dist}} for example). The egg-info directory
should not be deleted to begin with, since it's required for editable mode
installations.
was:
The {{Makefile}}'s {{deploy}} target is misbehaving - it tries to sign (gpg
signature) all files in a folder but only creates a single signature (for the
last file), and also doesn't upload files to {{PyPI}} using {{twine}} the way
it should.
The {{clean}} target also throws errors sometimes when attempting to delete the
{{egg-info}} directory, possibly because it finds multiple such directories
(when one already exists under {{dist}} for example)
> Makefile `deploy` target is broken
> ----------------------------------
>
> Key: ARIA-295
> URL: https://issues.apache.org/jira/browse/ARIA-295
> Project: AriaTosca
> Issue Type: Bug
> Reporter: Ran Ziv
> Assignee: Ran Ziv
> Priority: Minor
>
> The {{Makefile}}'s {{deploy}} target is misbehaving - it tries to sign (gpg
> signature) all files in a folder but only creates a single signature (for the
> last file), and also doesn't upload files to {{PyPI}} using {{twine}} the way
> it should.
> The {{clean}} target also throws errors sometimes when attempting to delete
> the {{egg-info}} directory, possibly because it finds multiple such
> directories (when one already exists under {{dist}} for example). The
> egg-info directory should not be deleted to begin with, since it's required
> for editable mode installations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)