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
cd08e082
Verified
Commit
cd08e082
authored
Sep 17, 2019
by
Houtan Bastani
Browse files
move website folder to macos instead of macosx
parent
fdca5096
Changes
5
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
cd08e082
...
...
@@ -26,7 +26,7 @@
-
Fill the
`assets/snapshot`
folder with the nightly snapshots and checksums
-
When done, you will have four subfolders:
-
`assets/snapshot/macos
x
`
-
`assets/snapshot/macos`
-
`assets/snapshot/source`
-
`assets/snapshot/windows`
-
`assets/snapshot/windows-zip`
...
...
_config.yml
View file @
cd08e082
...
...
@@ -288,9 +288,9 @@ defaults:
values
:
snapshot
:
"
windows-zip"
-
scope
:
path
:
"
assets/snapshot/macos
x
"
path
:
"
assets/snapshot/macos"
values
:
snapshot
:
"
macos
x
"
snapshot
:
"
macos"
-
scope
:
path
:
"
assets/snapshot/source"
values
:
...
...
@@ -305,9 +305,9 @@ defaults:
values
:
release
:
"
windows-zip"
-
scope
:
path
:
"
assets/release/macos
x
"
path
:
"
assets/release/macos"
values
:
release
:
"
macos
x
"
release
:
"
macos"
-
scope
:
path
:
"
assets/release/source"
values
:
...
...
_includes/download-snapshot.html
View file @
cd08e082
...
...
@@ -42,7 +42,7 @@
"Open" from the menu that pops up.
</p>
<div
class=
"download_table"
>
{% include snapshot/download-snapshot-macos
x
.html %}
{% include snapshot/download-snapshot-macos.html %}
</div>
</section>
...
...
_includes/download-stable.html
View file @
cd08e082
...
...
@@ -42,7 +42,7 @@
</p>
<p
class=
"stable"
>
<i
class=
"fas fa-file-download"
></i>
{% include release/download-release-macos
x
.html %}
{% include release/download-release-macos.html %}
</p>
</section>
...
...
setup-download-links.sh
View file @
cd08e082
...
...
@@ -8,12 +8,12 @@ for branch in release snapshot; do
mkdir
-p
"
$branch
"
cd
"
$branch
"
wget
--no-verbose
"https://www.dynare.org/
$branch
/macos
x
.json"
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
x
source
windows windows-zip
;
do
for
dir
in
macos
source
windows windows-zip
;
do
readarray
-t
filenames < <
(
jq .[].filename
"
$dir
.json"
)
readarray
-t
timestamps < <
(
jq .[].date
"
$dir
.json"
)
readarray
-t
size < <
(
jq .[].size
"
$dir
.json"
)
...
...
@@ -29,7 +29,7 @@ for branch in release snapshot; do
if [[
$dir
== windows* ]]; then
version=
${
split
[1]
}
ext=
${
filename
##*.
}
elif [[
$dir
== macos
x
]]; then
elif [[
$dir
== macos ]]; then
version=
${
split
[1]%.*
}
ext=
${
filename
##*.
}
else
...
...
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