Overview
| Comment: | Updated to NSF 2.2.0 release | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 826c95494e4704fbab2e2081c5ff7ac5 | 
| User & Date: | ssoberni on 2018-09-28 21:50:36 | 
| Other Links: | manifest | tags | 
Context
| 2018-09-29 | ||
| 21:58 | NSF 2.2.0: fix hash check-in: e573bb4fb0 user: ssoberni tags: trunk | |
| 2018-09-28 | ||
| 21:50 | Updated to NSF 2.2.0 release check-in: 826c95494e user: ssoberni tags: trunk | |
| 2018-07-10 | ||
| 00:41 | Add Nano package support check-in: 87132693dc user: rkeene tags: trunk | |
Changes
Modified nsf/build.sh from [65c55ce36a] to [2109b40b34].
| ︙ | |||
| 19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - + - + | 
    GITTAG='master'
    NSFVERS="${GITTAG}"
    NSFVERSEXTRA=""
    SRC="src/nsf${GITTAG}.zip"
    SRCURL="http://fisheye.openacs.org/browse/~tarball=zip,br=${GITTAG}/nsf/nsf.zip"
    SRCHASH='-'
else
 | 
| ︙ |