Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix oops, missing provision of the actual data source.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ca17e0257f7edc505257714e4508d552766f0c3e
User & Date: aku 2017-09-07 23:19:38.289
Context
2017-09-08
21:03
Extended cm-ingest. Allow mailinglists to be affiliated with projects/companies. check-in: daa6503b9d user: aku tags: trunk
2017-09-07
23:19
Fix oops, missing provision of the actual data source. check-in: ca17e0257f user: aku tags: trunk
23:13
Added community overlay driven by the CM database. check-in: 01abe627b9 user: aku tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to site-update.sh.
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#COMMUNITY=/home/conference/.cm/managed
USER=anonymous
TERM=xterm
export USER FOSSIL TERM

## Preparation
cd src/website
$FOSSIL revert   ; # remove community overlay
$FOSSIL pull     ; # get the regular changes
$FOSSIL up trunk ; # make them available
./cm-ingest.tcl  ; # redo the overlay

## Regenerate
./build.tcl
exit







|
|
|
|




12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#COMMUNITY=/home/conference/.cm/managed
USER=anonymous
TERM=xterm
export USER FOSSIL TERM

## Preparation
cd src/website
$FOSSIL revert              ; # remove community overlay
$FOSSIL pull                ; # get the regular changes
$FOSSIL up trunk            ; # make them available
./cm-ingest.tcl  $COMMUNITY ; # redo the overlay

## Regenerate
./build.tcl
exit