faas
faas copied to clipboard
Factoring as a Service
There are multiple issues, likely from recent changes on various platforms: 1) cado-nfs repository is offline (`scm.gforge.inria.fr/cado-nfs/cado-nfs.git`) 2) Ubuntu trusty images are no longer available (may have to bump the...
[root@ip-172-31-33-196 ec2]# ./build-base.sh [DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this will change, but still be user configurable on deprecation. This...
In `ec2/roles/build/tasks/install-msieve.yml`, it is ```yaml 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...
I get this error every time I run `./test-factor.sh`. I believe it is to do with the line `instance_id: “{{ hostvars[groups[ami_builder.group][0]].ec2_id }}”` in build-finish.yml. Any help would be much appreciated....