diff options
author | elouann <elouann+repo@pimienta.org> | 2015-08-14 06:19:31 +0000 |
---|---|---|
committer | elouann <elouann+repo@pimienta.org> | 2015-08-14 06:19:31 +0000 |
commit | 7546e437cbc09fea4b2eb0fd7a29874eb22acfca (patch) | |
tree | 91617adb3040464cb5359c5e39cbdef8dd387f85 /wiki/src | |
parent | 5aa39b20f117cc83c514347a4efd5cf391bea0ab (diff) |
renamed: build-wiki -> build-website
Diffstat (limited to 'wiki/src')
-rw-r--r-- | wiki/src/contribute/build/website.mdwn | 4 | ||||
-rw-r--r-- | wiki/src/contribute/release_process.mdwn | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wiki/src/contribute/build/website.mdwn b/wiki/src/contribute/build/website.mdwn index aac7519..6511dc4 100644 --- a/wiki/src/contribute/build/website.mdwn +++ b/wiki/src/contribute/build/website.mdwn @@ -21,7 +21,7 @@ Build the website in Linux 4. Build the website: cd tails - ./build-wiki + ./build-website 5. You can now browse the website in the following folder: @@ -64,7 +64,7 @@ Build the website in Tails 6. Build the website: cd tails - ./build-wiki --set destdir="/home/amnesia/Persistent/Tor Browser/tails" "$@" + ./build-website --set destdir="/home/amnesia/Persistent/Tor Browser/tails" "$@" 7. Copy and paste this line in Tor Browser to browse the website: diff --git a/wiki/src/contribute/release_process.mdwn b/wiki/src/contribute/release_process.mdwn index 74bb7c5..620b5be 100644 --- a/wiki/src/contribute/release_process.mdwn +++ b/wiki/src/contribute/release_process.mdwn @@ -306,7 +306,7 @@ matches the date of the future signature. echo "$RELEASE_DATE" > wiki/src/inc/stable_i386_date.html sed -ri "s%news/version_.*]]%news/version_$VERSION]]%" wiki/src/inc/stable_i386_release_notes.* $EDITOR wiki/src/inc/*.html - ./build-wiki + ./build-website git commit wiki/src/inc/ -m "Update version and date for $VERSION." ### features and design documentation @@ -328,7 +328,7 @@ pages that were added or changed accordingly to changes coming with the new release. This e.g. ensures that the RC call for translation points translators to up-to-date PO files: - ./build-wiki && git add wiki/src && git commit -m 'Update website PO files.' + ./build-website && git add wiki/src && git commit -m 'Update website PO files.' Call for translation ==================== @@ -802,7 +802,7 @@ Write the announcement for the release in In any case ----------- -Generate PO files for the announcements with `./build-wiki`. +Generate PO files for the announcements with `./build-website`. Then, send them to <tails-l10n@boum.org> so that they get translated shortly, perhaps even soon enough to integrate them before pushing the |