|
5 | 5 | # Absolute path to base directory. Used for convenience in setting other paths.
|
6 | 6 | freenetRoot="/home/freenet"
|
7 | 7 |
|
8 |
| -# Webserver directory for updating project money balance. |
9 |
| -moneyBalanceLiveDir="/var/www/freenet-website-not-subbed/money-not-subbed-in" |
10 |
| - |
11 |
| -# Webserver testing directory for updating project money balance. |
12 |
| -moneyBalanceTestingDir="/var/www/freenet-website-testing-not-subbed/money-not-subbed-in" |
13 |
| - |
14 |
| -# Webserver directory for the live website. |
15 |
| -websiteDeployLiveDir="/var/www/freenet-website" |
16 |
| - |
17 |
| -# Webserver directory for the testing website. |
18 |
| -websiteDeployTestingDir="/var/www/freenet-website-testing" |
19 |
| - |
20 | 8 | # Target directory for generated files.
|
21 | 9 | releaseDir="$freenetRoot/FreenetReleased"
|
22 | 10 |
|
@@ -44,9 +32,6 @@ bcprovPath="$releaseDir/dependencies/bcprov-jdk15on-154.jar"
|
44 | 32 | # If "1" starts ssh agent before sending the update to the target host and stops it afterward.
|
45 | 33 | useSshAgent="1"
|
46 | 34 |
|
47 |
| -# Hostname to send updates to. |
48 |
| -targetHost="osprey.vm.bytemark.co.uk" |
49 |
| - |
50 | 35 | # GitHub OAuth token with repo access for uploading assets.
|
51 | 36 | gitHubOAuthToken="token"
|
52 | 37 |
|
@@ -92,8 +77,5 @@ countryDataFile="$freenetRoot/IpToCountry/IpToCountry.dat"
|
92 | 77 | # Where are the (encrypted) auto-update insert keys stored?
|
93 | 78 | insertKeys="~/.freenet.insertKeys.gpg"
|
94 | 79 |
|
95 |
| -# Path to directory with `deploy-website` relative to home directory. |
96 |
| -remoteDeployPrefix="scripts" |
97 |
| - |
98 | 80 | # Path to individual seed node reference directory.
|
99 | 81 | seedrefsDir="$freenetRoot/seedrefs"
|
0 commit comments