Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Houtan Bastani
website
Commits
1a2b26f3
Verified
Commit
1a2b26f3
authored
Jan 21, 2019
by
Houtan Bastani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change eris to www
parent
683011b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
_includes/download-snapshot.html
_includes/download-snapshot.html
+4
-4
setup-snapshots.sh
setup-snapshots.sh
+4
-4
No files found.
_includes/download-snapshot.html
View file @
1a2b26f3
...
...
@@ -22,7 +22,7 @@
{% assign snapshot_files = (site.static_files | where: "snapshot", "windows-exe" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".exe" %}
<div
class=
"download_row"
onclick=
"document.location = 'http://
eris.dynare.org/snapshot/windows/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://eris
.dynare.org/snapshot/windows/{{ snapshot.name }}'"
>
<div
class=
"download_row"
onclick=
"document.location = 'http://
www.dynare.org/snapshot/windows/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://www
.dynare.org/snapshot/windows/{{ snapshot.name }}'"
>
<div
class=
"download_cell_left"
><i
class=
"icon-document-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
...
...
@@ -35,7 +35,7 @@
{% assign snapshot_files = (site.static_files | where: "snapshot", "windows-zip" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".zip" %}
<div
class=
"download_row"
onclick=
"document.location = 'http://
eris.dynare.org/snapshot/windows-zip/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://eris
.dynare.org/snapshot-zip/windows/{{ snapshot.name }}'"
>
<div
class=
"download_row"
onclick=
"document.location = 'http://
www.dynare.org/snapshot/windows-zip/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://www
.dynare.org/snapshot-zip/windows/{{ snapshot.name }}'"
>
<div
class=
"download_cell_left"
><i
class=
"icon-document-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
...
...
@@ -57,7 +57,7 @@
{% assign snapshot_files = (site.static_files | where: "snapshot", "macosx" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".zip" %}
<div
class=
"download_row"
onclick=
"document.location = 'http://
eris.dynare.org/snapshot/macosx/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://eris
.dynare.org/snapshot/macosx/{{ snapshot.name }}'"
>
<div
class=
"download_row"
onclick=
"document.location = 'http://
www.dynare.org/snapshot/macosx/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://www
.dynare.org/snapshot/macosx/{{ snapshot.name }}'"
>
<div
class=
"download_cell_left"
><i
class=
"icon-document-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
...
...
@@ -83,7 +83,7 @@
{% assign snapshot_files = (site.static_files | where: "snapshot", "source" | sort: 'modified_time') | reverse %}
{% for snapshot in snapshot_files %}
{% if snapshot.extname == ".xz" %}
<div
class=
"download_row"
onclick=
"document.location = 'http://
eris.dynare.org/snapshot/source/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://eris
.dynare.org/snapshot/source/{{ snapshot.name }}'"
>
<div
class=
"download_row"
onclick=
"document.location = 'http://
www.dynare.org/snapshot/source/{{ snapshot.name }}'"
onkeypress=
"document.location = 'http://www
.dynare.org/snapshot/source/{{ snapshot.name }}'"
>
<div
class=
"download_cell_left"
><i
class=
"icon-document-download"
></i>
{{ snapshot.modified_time | date: "%Y %b %d %R" }}
</div>
<div
class=
"download_cell_right"
><a
href=
"#"
>
{{ snapshot.name }}
</a></div>
</div>
...
...
setup-snapshots.sh
View file @
1a2b26f3
...
...
@@ -3,10 +3,10 @@
mkdir
-p
assets/snapshot
cd
assets/snapshot
wget http://
eris
.dynare.org/snapshot/macosx.json
wget http://
eris
.dynare.org/snapshot/source.json
wget http://
eris
.dynare.org/snapshot/windows.json
wget http://
eris
.dynare.org/snapshot/windows-zip.json
wget http://
www
.dynare.org/snapshot/macosx.json
wget http://
www
.dynare.org/snapshot/source.json
wget http://
www
.dynare.org/snapshot/windows.json
wget http://
www
.dynare.org/snapshot/windows-zip.json
declare
-a
arr
=(
"macosx"
"source"
"windows"
"windows-zip"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment