Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Site.js
site
Commits
e4e6dd6d
Verified
Commit
e4e6dd6d
authored
Jul 07, 2020
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deploy Site.js version 14.1.0 (20200707181615)
parent
b056f1b8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
10 deletions
+22
-10
.dynamic/version/release/index.js
.dynamic/version/release/index.js
+1
-1
binaries/release/linux-arm/20200707181615.tar.gz
binaries/release/linux-arm/20200707181615.tar.gz
+3
-0
binaries/release/linux/20200707181615.tar.gz
binaries/release/linux/20200707181615.tar.gz
+3
-0
binaries/release/macos/20200707181615.tar.gz
binaries/release/macos/20200707181615.tar.gz
+3
-0
binaries/release/windows/20200707181615.tar.gz
binaries/release/windows/20200707181615.tar.gz
+3
-0
installation-scripts/install
installation-scripts/install
+3
-3
installation-scripts/install.txt
installation-scripts/install.txt
+6
-6
No files found.
.dynamic/version/release/index.js
View file @
e4e6dd6d
module
.
exports
=
(
request
,
response
)
=>
{
response
.
end
(
'
2020070
3193601
'
)
}
module
.
exports
=
(
request
,
response
)
=>
{
response
.
end
(
'
2020070
7181615
'
)
}
binaries/release/linux-arm/20200707181615.tar.gz
0 → 100644
LFS
View file @
e4e6dd6d
File added
binaries/release/linux/20200707181615.tar.gz
0 → 100644
LFS
View file @
e4e6dd6d
File added
binaries/release/macos/20200707181615.tar.gz
0 → 100644
LFS
View file @
e4e6dd6d
File added
binaries/release/windows/20200707181615.tar.gz
0 → 100644
LFS
View file @
e4e6dd6d
File added
installation-scripts/install
View file @
e4e6dd6d
...
...
@@ -45,9 +45,9 @@ betaBinaryVersion=20200703185033
betaPackageVersion
=
14.0.0
betaSourceVersion
=
d6f1a08
releaseBinaryVersion
=
2020070
3193601
releasePackageVersion
=
14.
0.1
releaseSourceVersion
=
36fa4cf
releaseBinaryVersion
=
2020070
7181615
releasePackageVersion
=
14.
1.0
releaseSourceVersion
=
202912b
binaryVersionVariableName
=
"
${
releaseChannel
}
BinaryVersion"
packageVersionVariableName
=
"
${
releaseChannel
}
PackageVersion"
...
...
installation-scripts/install.txt
View file @
e4e6dd6d
##########################################################################################
#
# Site.js 2020070
3193601 (14.0.1/36fa4cf
) Installer for Windows 10 (PowerShell)
# Site.js 2020070
7181615 (14.1.0/202912b
) Installer for Windows 10 (PowerShell)
#
# To use:
#
...
...
@@ -23,7 +23,7 @@ $installationScriptUrl = 'https://sitejs.org/install.txt'
$installationScriptFileName = 'install-site.js.ps1'
# The address to download the tar-gzipped archive of the Site.js binary from.
$archiveUrl = 'https://sitejs.org/binaries/release/windows/2020070
3193601
.tar.gz'
$archiveUrl = 'https://sitejs.org/binaries/release/windows/2020070
7181615
.tar.gz'
# Emoji encodings (because Powershell is from the Stone Age and cannot handle
# emoji literals in strings)
...
...
@@ -86,7 +86,7 @@ if (!([Security.Principal.WindowsPrincipal] `
# Installer is running with regular privileges. Start a new PowerShell session with elevated privileges.
#
Write-Output ''
Write-Output " $satelliteEmoji Downloading Site.js 2020070
3193601 (14.0.1/36fa4cf
)$ellipsis"
Write-Output " $satelliteEmoji Downloading Site.js 2020070
7181615 (14.1.0/202912b
)$ellipsis"
# We need to start a new PowerShell session with elevated privileges but if we're running in memory
# only after being downloaded by the installation command, we don't have a copy of ourselves to run.
...
...
@@ -112,16 +112,16 @@ if (!([Security.Principal.WindowsPrincipal] `
Write-Output "`n`n`n`n`n`n"
Write-Output ' Installing Site.js using administrator privileges...'
Write-Output ''
Write-Output ' * Downloading Site.js 2020070
3193601 (14.0.1/36fa4cf
)...'
Write-Output ' * Downloading Site.js 2020070
7181615 (14.1.0/202912b
)...'
# Download the latest Site.js archive.
Invoke-WebRequest -Uri $archiveUrl -OutFile '2020070
3193601
.tar.gz'
Invoke-WebRequest -Uri $archiveUrl -OutFile '2020070
7181615
.tar.gz'
Write-Output ''
Write-Output ' * Extracting binary...'
# Gunzip and untar the binary.
tar -xf 2020070
3193601
.tar.gz
tar -xf 2020070
7181615
.tar.gz
Write-Output ''
Write-Output ' * Installing binary...'
...
...
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