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
b056f1b8
Verified
Commit
b056f1b8
authored
Jul 03, 2020
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deploy Site.js Release 20200703193601
parent
a5591b21
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/20200703193601.tar.gz
binaries/release/linux-arm/20200703193601.tar.gz
+3
-0
binaries/release/linux/20200703193601.tar.gz
binaries/release/linux/20200703193601.tar.gz
+3
-0
binaries/release/macos/20200703193601.tar.gz
binaries/release/macos/20200703193601.tar.gz
+3
-0
binaries/release/windows/20200703193601.tar.gz
binaries/release/windows/20200703193601.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 @
b056f1b8
module
.
exports
=
(
request
,
response
)
=>
{
response
.
end
(
'
20200
628202615
'
)
}
module
.
exports
=
(
request
,
response
)
=>
{
response
.
end
(
'
20200
703193601
'
)
}
binaries/release/linux-arm/20200703193601.tar.gz
0 → 100644
LFS
View file @
b056f1b8
File added
binaries/release/linux/20200703193601.tar.gz
0 → 100644
LFS
View file @
b056f1b8
File added
binaries/release/macos/20200703193601.tar.gz
0 → 100644
LFS
View file @
b056f1b8
File added
binaries/release/windows/20200703193601.tar.gz
0 → 100644
LFS
View file @
b056f1b8
File added
installation-scripts/install
View file @
b056f1b8
...
...
@@ -45,9 +45,9 @@ betaBinaryVersion=20200703185033
betaPackageVersion
=
14.0.0
betaSourceVersion
=
d6f1a08
releaseBinaryVersion
=
20200
628202615
releasePackageVersion
=
14.0.
0
releaseSourceVersion
=
a012af0
releaseBinaryVersion
=
20200
703193601
releasePackageVersion
=
14.0.
1
releaseSourceVersion
=
36fa4cf
binaryVersionVariableName
=
"
${
releaseChannel
}
BinaryVersion"
packageVersionVariableName
=
"
${
releaseChannel
}
PackageVersion"
...
...
installation-scripts/install.txt
View file @
b056f1b8
##########################################################################################
#
# Site.js 20200
628202615 (14.0.0/a012af0
) Installer for Windows 10 (PowerShell)
# Site.js 20200
703193601 (14.0.1/36fa4cf
) 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/20200
628202615
.tar.gz'
$archiveUrl = 'https://sitejs.org/binaries/release/windows/20200
703193601
.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 20200
628202615 (14.0.0/a012af0
)$ellipsis"
Write-Output " $satelliteEmoji Downloading Site.js 20200
703193601 (14.0.1/36fa4cf
)$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 20200
628202615 (14.0.0/a012af0
)...'
Write-Output ' * Downloading Site.js 20200
703193601 (14.0.1/36fa4cf
)...'
# Download the latest Site.js archive.
Invoke-WebRequest -Uri $archiveUrl -OutFile '20200
628202615
.tar.gz'
Invoke-WebRequest -Uri $archiveUrl -OutFile '20200
703193601
.tar.gz'
Write-Output ''
Write-Output ' * Extracting binary...'
# Gunzip and untar the binary.
tar -xf 20200
628202615
.tar.gz
tar -xf 20200
703193601
.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