Overview
Comment: | Prefixed default version with 4.91. This prevents apt from getting confused by dates which look like very high version numbers. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d95b50b78ca8f36946c586f972063af8 |
User & Date: | geraint@users.sourceforge.net on 2002-09-29 01:18:30 |
Other Links: | branch diff | manifest | tags |
Context
2002-09-29
| ||
13:14:12 | Updated names. check-in: 3dac9b48c2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:18:30 |
Prefixed default version with 4.91. This prevents apt from getting confused by dates which look like very high version numbers. check-in: d95b50b78c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
01:05:13 |
Script to create CDROM-ready directory from .deb package. Resultant directory should be copied to / directory of iso9660 image. Recipient of CDROM then uses "apt-cdrom add"; "apt-get install mtt". check-in: 077e020641 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt_cvs2deb from [ad3542fc70] to [f0ecf165ca].
︙ | ︙ | |||
41 42 43 44 45 46 47 | # default switches default_sources="sourceforge" default_logtext="snapshot from ${default_sources}." default_version=`date --iso-8601 | sed 's/\-/./g'` sources=${default_sources} logtext=${default_logtext} | | | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | # default switches default_sources="sourceforge" default_logtext="snapshot from ${default_sources}." default_version=`date --iso-8601 | sed 's/\-/./g'` sources=${default_sources} logtext=${default_logtext} version="4.91."${default_version} keeptmp="remove" # look for command line arguments while [ -n "`echo $1 | grep '^-'`" ]; do case $1 in -d) # package directory instead of cvs sources # should be the path to the mttroot directory |
︙ | ︙ |