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: |
4059ffe98a46269c5ea9e5d01d2ad23a |
| User & Date: | geraint@users.sourceforge.net on 2012-10-15 21:29:17.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2012-10-15
| ||
| 21:30:00 | Fixed URL to CVS server check-in: 60d954a7f0 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 21:29:17 | Fixed URL to CVS server check-in: 4059ffe98a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 19:28:29 | removed unique.m which masks built-in check-in: 9da46dfd04 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_cvs2deb
from [b3e73e30cf]
to [bc90657745].
| ︙ | |||
103 104 105 106 107 108 109 | 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | - + |
if [ ! -d ${tmpdir} ]; then
error "cannot create temporary directory"
fi
# copy sources to working directory
cd ${tmpdir}
if [ "${sources}" = "${default_sources}" ]; then
|
| ︙ |