mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-20 11:23:06 +02:00
use Git instead of SVN, and adapt files to https://wiki.fsfe.org/TechDocs/Mainpage/BuildLocally
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
### BUILD DIRECTORIES ###
|
||||
|
||||
# SVN trunk directory (repository with XHTML source files)
|
||||
LOC_trunk=~/subversion/fsfe/fsfe-web/trunk
|
||||
# Cloned Git directory (repository with XHTML source files)
|
||||
LOC_trunk=~/Web/FSFE/fsfe-website
|
||||
|
||||
# Directory in which the result of the build process (html files) will be saved
|
||||
LOC_out=~/subversion/fsfe/local-build/fsfe.org
|
||||
LOC_out=~/Web/FSFE/local-build/fsfe.org
|
||||
|
||||
|
||||
### LOCAL WEBSERVER ###
|
||||
@@ -17,9 +17,9 @@ HTTPD=python
|
||||
|
||||
### ADVANCED ###
|
||||
|
||||
# Directory of the secondary SVN directory with which you made a first full build.
|
||||
# Directory of the secondary Git directory with which you made a first full build.
|
||||
# Avoids having some generated files in your clean trunk.
|
||||
# Default: Leave empty if you just want to use one SVN source directory (recommended)
|
||||
# Default: Leave empty if you just want to use one Git source directory (recommended)
|
||||
LOC_trunk_dev=
|
||||
|
||||
# Choose on which port the webserver runs. This has no effect for "lighttpd".
|
||||
|
||||
Reference in New Issue
Block a user