* ./crlcore:
- Change: Makes all e-mail references to points to <alliance-users@asim.lip6.fr>. - Packaging: Third try, svn 1472.
This commit is contained in:
parent
7e8bf7ef0b
commit
a11088b292
|
@ -128,14 +128,14 @@
|
|||
{\xhref{\texttt{http://www-soc.lip6.fr/en/users/damiendupuis/thesis/}}%
|
||||
{http://www-soc.lip6.fr/en/users/damiendupuis/thesis/}\xspace}
|
||||
|
||||
\newcommand {\coriolisIIfcXIIIirpm}{\crlFtpRef{coriolis2-1.0.1470-1.fc13.i686.rpm}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIIxrpm}{\crlFtpRef{coriolis2-1.0.1470-1.fc13.x86\_64.rpm}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIirpm} {\crlFtpRef{coriolis2-1.0.1470-1.fc12.i686.rpm}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIxrpm} {\crlFtpRef{coriolis2-1.0.1470-1.fc12.x86\_64.rpm}\xspace}
|
||||
\newcommand {\coriolisIIslVirpm} {\crlFtpRef{coriolis2-1.0.1470-1.sl5\_soc.i386.rpm}\xspace}
|
||||
\newcommand {\coriolisIIslVxrpm} {\crlFtpRef{coriolis2-1.0.1470-1.sl5\_soc.x86\_64.rpm}\xspace}
|
||||
\newcommand {\coriolisIILucidideb} {\crlFtpRef{coriolis2\_1.0.1470-1\_fc13\_i386.deb}\xspace}
|
||||
\newcommand {\coriolisIILucidxdeb} {\crlFtpRef{coriolis2\_1.0.1470-1\_fc13\_amd64.deb}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIIirpm}{\crlFtpRef{coriolis2-1.0.1472-1.fc13.i686.rpm}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIIxrpm}{\crlFtpRef{coriolis2-1.0.1472-1.fc13.x86\_64.rpm}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIirpm} {\crlFtpRef{coriolis2-1.0.1472-1.fc12.i686.rpm}\xspace}
|
||||
\newcommand {\coriolisIIfcXIIxrpm} {\crlFtpRef{coriolis2-1.0.1472-1.fc12.x86\_64.rpm}\xspace}
|
||||
\newcommand {\coriolisIIslVirpm} {\crlFtpRef{coriolis2-1.0.1472-1.sl5\_soc.i386.rpm}\xspace}
|
||||
\newcommand {\coriolisIIslVxrpm} {\crlFtpRef{coriolis2-1.0.1472-1.sl5\_soc.x86\_64.rpm}\xspace}
|
||||
\newcommand {\coriolisIILucidideb} {\crlFtpRef{coriolis2\_1.0.1472-1\_fc13\_i386.deb}\xspace}
|
||||
\newcommand {\coriolisIILucidxdeb} {\crlFtpRef{coriolis2\_1.0.1472-1\_fc13\_amd64.deb}\xspace}
|
||||
\newcommand {\qtIVsrpm} {\slSocSrpmsRef{qt4-4.5.0-8.sl5soc.src.rpm}\xspace}
|
||||
\newcommand {\qtIVirpm} {\slRpmsiRef{qt4-4.5.0-8.sl5soc.i386.rpm}\xspace}
|
||||
\newcommand {\qtIVdevelirpm} {\slRpmsiRef{qt4-devel-4.5.0-8.sl5soc.i386.rpm}\xspace}
|
||||
|
@ -271,7 +271,7 @@
|
|||
|
||||
\section{Release Notes}
|
||||
|
||||
\subsection{Release 1.0.1470}
|
||||
\subsection{Release 1.0.1472}
|
||||
|
||||
This is the first preliminary release of the \CoriolisII framework.
|
||||
|
||||
|
|
|
@ -443,7 +443,7 @@ namespace CRL {
|
|||
}
|
||||
|
||||
// E-mail.
|
||||
_banner << "\n" << head << "E-mail:" << setw(_cartoucheWidth-8) << "coriolis-cvs@asim.lip6.fr";
|
||||
_banner << "\n" << head << "E-mail:" << setw(_cartoucheWidth-8) << "alliance-users@asim.lip6.fr";
|
||||
|
||||
// Separate the banner from the following text.
|
||||
_banner << "\n";
|
||||
|
|
|
@ -174,7 +174,7 @@ namespace CRL {
|
|||
if (sig == SIGSEGV) cerr << "(SIGSEGV).";
|
||||
if (sig == SIGPIPE) cerr << "(SIGPIPE).";
|
||||
|
||||
cerr << "\n Please e-mail to <coriolis-sav@asim.lip6.fr>.\n"
|
||||
cerr << "\n Please e-mail to <alliance-users@asim.lip6.fr>.\n"
|
||||
<< "\n program terminated ";
|
||||
|
||||
if ( getSystem()->getCatchCore() ) {
|
||||
|
|
Loading…
Reference in New Issue