Overview
| Comment: | Fixed URL to CVS server |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ec9a4785ac7c3303dfcfbcf15f14f89e |
| User & Date: | geraint@users.sourceforge.net on 2012-10-15 21:30:00.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2012-10-15
| ||
| 22:03:17 | Replaced obsolete split() with char(strsplit()) check-in: 37e26b5d0b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 21:30:00 | Fixed URL to CVS server check-in: ec9a4785ac user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 21:29:17 | Fixed URL to CVS server check-in: 398090a19d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_cvs2deb
from [bc90657745]
to [3cd53ec09b].
| ︙ | |||
150 151 152 153 154 155 156 | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | - + |
if [ ! -d ${tmpdir} ]; then
error "cannot create temporary directory"
fi
# copy sources to working directory
cd ${tmpdir}
if [ "${sources}" = "${default_sources}" ]; then
|
| ︙ |