diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-30 17:11:58 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-30 17:11:58 +0800 |
commit | d9703d50adf954f2960d422f8f78745c806bc181 (patch) | |
tree | ad2f741805939a8ba6deaf5190e727d27faea794 /resources/ansible_roles/ramspeed | |
parent | ecb7cffa0909e6bc2e2c2047374d9cfc67303d19 (diff) |
Download ramspeed from new url
The original one has expired
Change-Id: I0e362daf0308c5f0915bf1f652f3ab7d14373e91
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/ansible_roles/ramspeed')
-rw-r--r-- | resources/ansible_roles/ramspeed/tasks/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/ansible_roles/ramspeed/tasks/main.yml b/resources/ansible_roles/ramspeed/tasks/main.yml index dbf16567..6f0b10fc 100644 --- a/resources/ansible_roles/ramspeed/tasks/main.yml +++ b/resources/ansible_roles/ramspeed/tasks/main.yml @@ -14,7 +14,9 @@ - name: downloading ramsmp get_url: - url: http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz +# alasir.com domain name expired on 2017-09-30 05:47:11 +# url: http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz + url: http://sources.buildroot.net/ramsmp-3.5.0.tar.gz dest: "{{ workdir }}" checksum: "sha256:39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839" |