mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [repo] Point to the correct ail-project repo
This commit is contained in:
parent
f586baa0c5
commit
8087e46da4
4 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
- name: Clone the AIL repository
|
- name: Clone the AIL repository
|
||||||
git:
|
git:
|
||||||
repo: 'https://github.com/CIRCL/AIL-framework.git'
|
repo: 'https://github.com/ail-project/AIL-framework.git'
|
||||||
dest: /opt/AIL-framework
|
dest: /opt/AIL-framework
|
||||||
update: yes
|
update: yes
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ curl https://get.docker.com | /bin/bash
|
||||||
|
|
||||||
2. Type these commands to build the Docker image:
|
2. Type these commands to build the Docker image:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/CIRCL/AIL-framework.git
|
git clone https://github.com/ail-project/AIL-framework.git
|
||||||
cd AIL-framework
|
cd AIL-framework
|
||||||
cp -r ./other_installers/docker/Dockerfile ./other_installers/docker/docker_start.sh ./other_installers/docker/pystemon ./
|
cp -r ./other_installers/docker/Dockerfile ./other_installers/docker/docker_start.sh ./other_installers/docker/pystemon ./
|
||||||
cp ./configs/update.cfg.sample ./configs/update.cfg
|
cp ./configs/update.cfg.sample ./configs/update.cfg
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
<h4 class="alert-heading">New Version Available!</h4>
|
<h4 class="alert-heading">New Version Available!</h4>
|
||||||
<hr class="my-0">
|
<hr class="my-0">
|
||||||
<p>A new version is available, new version: <strong>{{git_metadata['last_remote_tag']}}</strong></p>
|
<p>A new version is available, new version: <strong>{{git_metadata['last_remote_tag']}}</strong></p>
|
||||||
<a target="_blank" href="https://github.com/CIRCL/AIL-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
|
<a target="_blank" href="https://github.com/ail-project/AIL-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
|
||||||
</div>
|
</div>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
<h4 class="alert-heading">New Update Available!</h4>
|
<h4 class="alert-heading">New Update Available!</h4>
|
||||||
<hr class="my-0">
|
<hr class="my-0">
|
||||||
<p>A new update is available, new commit ID: <strong>{{git_metadata['last_remote_commit']}}</strong></p>
|
<p>A new update is available, new commit ID: <strong>{{git_metadata['last_remote_commit']}}</strong></p>
|
||||||
<a target="_blank" href="https://github.com/CIRCL/AIL-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
|
<a target="_blank" href="https://github.com/ail-project/AIL-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
|
||||||
</div>
|
</div>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
<h4 class="alert-heading">New Version Available!</h4>
|
<h4 class="alert-heading">New Version Available!</h4>
|
||||||
<hr class="my-0">
|
<hr class="my-0">
|
||||||
<p>A new version is available, new version: <strong>{{git_metadata['last_remote_tag']}}</strong></p>
|
<p>A new version is available, new version: <strong>{{git_metadata['last_remote_tag']}}</strong></p>
|
||||||
<a target="_blank" href="https://github.com/CIRCL/AIL-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
|
<a target="_blank" href="https://github.com/ail-project/AIL-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
|
||||||
</div>
|
</div>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
<h4 class="alert-heading">New Update Available!</h4>
|
<h4 class="alert-heading">New Update Available!</h4>
|
||||||
<hr class="my-0">
|
<hr class="my-0">
|
||||||
<p>A new update is available, new commit ID: <strong>{{git_metadata['last_remote_commit']}}</strong></p>
|
<p>A new update is available, new commit ID: <strong>{{git_metadata['last_remote_commit']}}</strong></p>
|
||||||
<a target="_blank" href="https://github.com/CIRCL/AIL-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
|
<a target="_blank" href="https://github.com/ail-project/AIL-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
|
||||||
</div>
|
</div>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue