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
847642fe
Commit
847642fe
authored
Jan 03, 2021
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deploy Site.js version 16.0.5
parent
11a10a77
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
.dynamic/version/release/index.js
.dynamic/version/release/index.js
+1
-1
installation-scripts/install
installation-scripts/install
+3
-3
installation-scripts/install.txt
installation-scripts/install.txt
+6
-6
package.json
package.json
+1
-1
No files found.
.dynamic/version/release/index.js
View file @
847642fe
module
.
exports
=
(
request
,
response
)
=>
{
response
.
end
(
'
202101031
23549
'
)
}
module
.
exports
=
(
request
,
response
)
=>
{
response
.
end
(
'
202101031
30813
'
)
}
installation-scripts/install
View file @
847642fe
...
@@ -66,9 +66,9 @@ betaBinaryVersion=20200710135219
...
@@ -66,9 +66,9 @@ betaBinaryVersion=20200710135219
betaPackageVersion
=
14.1.1
betaPackageVersion
=
14.1.1
betaSourceVersion
=
afde7bd
betaSourceVersion
=
afde7bd
releaseBinaryVersion
=
202101031
23549
releaseBinaryVersion
=
202101031
30813
releasePackageVersion
=
16.0.
4
releasePackageVersion
=
16.0.
5
releaseSourceVersion
=
5c13f01
releaseSourceVersion
=
d4fe1e9
binaryVersionVariableName
=
"
${
releaseChannel
}
BinaryVersion"
binaryVersionVariableName
=
"
${
releaseChannel
}
BinaryVersion"
packageVersionVariableName
=
"
${
releaseChannel
}
PackageVersion"
packageVersionVariableName
=
"
${
releaseChannel
}
PackageVersion"
...
...
installation-scripts/install.txt
View file @
847642fe
##########################################################################################
##########################################################################################
#
#
# Site.js 202101031
23549
(16.0.
4/5c13f01
) Installer for Windows 10 (PowerShell)
# Site.js 202101031
30813
(16.0.
5/d4fe1e9
) Installer for Windows 10 (PowerShell)
#
#
# To use:
# To use:
#
#
...
@@ -23,7 +23,7 @@ $installationScriptUrl = 'https://sitejs.org/install.txt'
...
@@ -23,7 +23,7 @@ $installationScriptUrl = 'https://sitejs.org/install.txt'
$installationScriptFileName = 'install-site.js.ps1'
$installationScriptFileName = 'install-site.js.ps1'
# The address to download the tar-gzipped archive of the Site.js binary from.
# The address to download the tar-gzipped archive of the Site.js binary from.
$archiveUrl = 'https://sitejs.org/binaries/release/windows/202101031
23549
.tar.gz'
$archiveUrl = 'https://sitejs.org/binaries/release/windows/202101031
30813
.tar.gz'
# Emoji encodings (because Powershell is from the Stone Age and cannot handle
# Emoji encodings (because Powershell is from the Stone Age and cannot handle
# emoji literals in strings)
# emoji literals in strings)
...
@@ -86,7 +86,7 @@ if (!([Security.Principal.WindowsPrincipal] `
...
@@ -86,7 +86,7 @@ if (!([Security.Principal.WindowsPrincipal] `
# Installer is running with regular privileges. Start a new PowerShell session with elevated privileges.
# Installer is running with regular privileges. Start a new PowerShell session with elevated privileges.
#
#
Write-Output ''
Write-Output ''
Write-Output " $satelliteEmoji Downloading Site.js 202101031
23549
(16.0.
4/5c13f01
)$ellipsis"
Write-Output " $satelliteEmoji Downloading Site.js 202101031
30813
(16.0.
5/d4fe1e9
)$ellipsis"
# We need to start a new PowerShell session with elevated privileges but if we're running in memory
# 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.
# 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] `
...
@@ -112,16 +112,16 @@ if (!([Security.Principal.WindowsPrincipal] `
Write-Output "`n`n`n`n`n`n"
Write-Output "`n`n`n`n`n`n"
Write-Output ' Installing Site.js using administrator privileges...'
Write-Output ' Installing Site.js using administrator privileges...'
Write-Output ''
Write-Output ''
Write-Output ' * Downloading Site.js 202101031
23549
(16.0.
4/5c13f01
)...'
Write-Output ' * Downloading Site.js 202101031
30813
(16.0.
5/d4fe1e9
)...'
# Download the latest Site.js archive.
# Download the latest Site.js archive.
Invoke-WebRequest -Uri $archiveUrl -OutFile '202101031
23549
.tar.gz'
Invoke-WebRequest -Uri $archiveUrl -OutFile '202101031
30813
.tar.gz'
Write-Output ''
Write-Output ''
Write-Output ' * Extracting binary...'
Write-Output ' * Extracting binary...'
# Gunzip and untar the binary.
# Gunzip and untar the binary.
tar -xf 202101031
23549
.tar.gz
tar -xf 202101031
30813
.tar.gz
Write-Output ''
Write-Output ''
Write-Output ' * Installing binary...'
Write-Output ' * Installing binary...'
...
...
package.json
View file @
847642fe
{
{
"name"
:
"site.js-site"
,
"name"
:
"site.js-site"
,
"version"
:
"16.0.
4
"
,
"version"
:
"16.0.
5
"
,
"description"
:
"Site.js web site"
,
"description"
:
"Site.js web site"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
...
...
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