Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msieve version mismatch #5

Open
JasonQSY opened this issue Jul 30, 2017 · 4 comments
Open

msieve version mismatch #5

JasonQSY opened this issue Jul 30, 2017 · 4 comments

Comments

@JasonQSY
Copy link

JasonQSY commented Jul 30, 2017

In ec2/roles/build/tasks/install-msieve.yml, it is

get_url: dest={{ sourcedir }}/msieve.tar.gz url='https://sourceforge.net/projects/msieve/files/latest/download?source=files'

It fails now because the latest version of msieve on sourceforge has been 1.5.3. And the commands below hard code directory msieve-1.5.2. It can be

get_url: dest={{ sourcedir }}/msieve.tar.gz url='https://sourceforge.net/projects/msieve/files/msieve/Msieve%20v1.52/msieve152.tar.gz' checksum="sha1:88a1ce2354b57835231bcaca0ecb0477b975b5cd"

to avoid the problem simply. If anyone want to upgrade the msieve to the latest version, maybe the patch file should be changed. I haven't tested it.

Anyway, I think the project is helpful and it do help me to factor a integer. 👍

@shaananc
Copy link
Contributor

shaananc commented Aug 2, 2017

Give it a test, and then submit a pull request. Thanks.

@JasonQSY
Copy link
Author

Could you provide a valid python and ansible version? It seems that the latest one has a bug in command copy. Personally I replace copy with get_url when I'm factoring my objective integer.

@Nogeus
Copy link

Nogeus commented Jan 19, 2022

Please tell me, is this project no longer operational?

@lukevalenta
Copy link
Contributor

This project is not being actively maintained, but I'd be happy to review pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants