Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
website
Commits
47cab3c1
Verified
Commit
47cab3c1
authored
Sep 17, 2019
by
Sébastien Villemot
Browse files
Add 7z archives
parent
cd08e082
Pipeline
#1855
passed with stage
in 1 minute and 1 second
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
_includes/download-snapshot.html
View file @
47cab3c1
...
...
@@ -25,6 +25,11 @@
{% include snapshot/download-snapshot-windows.html %}
</div>
<br
/>
<p>
7z archive:
</p>
<div
class=
"download_table"
>
{% include snapshot/download-snapshot-windows-7z.html %}
</div>
<br
/>
<p>
Zip archive:
</p>
<div
class=
"download_table"
>
{% include snapshot/download-snapshot-windows-zip.html %}
...
...
_includes/download-stable.html
View file @
47cab3c1
...
...
@@ -19,11 +19,15 @@
<a
href=
"https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64-installer.exe"
>
64-bit
</a>
or
<a
href=
"https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32-installer.exe"
>
32-bit
</a>
)
</p>
<p>
Both
an executable installer and a zip archive
are available
.
</p>
<p>
Available as
an executable installer
,
and a
s 7z and
zip archive
s
.
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-windows.html %}
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-windows-7z.html %}
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-windows-zip.html %}
...
...
setup-download-links.sh
View file @
47cab3c1
...
...
@@ -8,12 +8,8 @@ for branch in release snapshot; do
mkdir
-p
"
$branch
"
cd
"
$branch
"
wget
--no-verbose
"https://www.dynare.org/
$branch
/macos.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/source.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/windows.json"
wget
--no-verbose
"https://www.dynare.org/
$branch
/windows-zip.json"
for
dir
in
macos
source
windows windows-zip
;
do
for
dir
in
macos
source
windows windows-7z windows-zip
;
do
wget
--no-verbose
"https://www.dynare.org/
$branch
/
$dir
.json"
readarray
-t
filenames < <
(
jq .[].filename
"
$dir
.json"
)
readarray
-t
timestamps < <
(
jq .[].date
"
$dir
.json"
)
readarray
-t
size < <
(
jq .[].size
"
$dir
.json"
)
...
...
Write
Preview
Supports
Markdown
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