Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Switched origin of community information to proper account on core. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8bb768b1023b19fc0827e644781c2836 |
User & Date: | aku 2017-12-08 20:15:43.196 |
Context
2018-01-05
| ||
15:45 | Updated name and link to Ashok's Distribution check-in: 19c10a21b7 user: aku tags: trunk | |
2017-12-08
| ||
20:15 | Switched origin of community information to proper account on core. check-in: 8bb768b102 user: aku tags: trunk | |
2017-11-23
| ||
08:10 | Added `expect` repo to main index. check-in: 8d923644e4 user: aku tags: trunk | |
Changes
Changes to site-update.sh.
1 2 3 4 5 6 7 8 9 10 | #!/bin/sh ## # cron job script # - Update core.tcl.tk website from its .fossil repository ## Trace operation set -x ## Configuration FOSSIL=/home/www/usr/bin/fossil | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #!/bin/sh ## # cron job script # - Update core.tcl.tk website from its .fossil repository ## Trace operation set -x ## Configuration FOSSIL=/home/www/usr/bin/fossil #COMMUNITY=/home/aku/.cm/managed COMMUNITY=/home/conference/.cm/managed USER=anonymous TERM=xterm export USER FOSSIL TERM ## Preparation cd src/website $FOSSIL revert ; # remove community overlay |
︙ | ︙ |