| 4 : 6 [CriNET] FERME Serveur proxy Web |
| 1 : 6 [CriNET] FERME Migration serveur |
| 1 : 6 [CriNET] FERME Migration serveur |
| 28 : 5 [CriNET] OUVERT Migration serveur |
| Mises à jour du site de l'UPV-M |
| Examens-corrections-jurys |
| Vacances de Noël |
| Jour férié : Armistice de 1918 |
| Jour férié : Toussaint |
| Tickets CRINet | |
| 2010060400 | FERME |
| Serveur proxy Web | |
| 2010052800 | FERME |
| Migration serveur | |
| 2010052501 | INFO |
| Coupure de courant programmée | |
| 2010052500 | INFO |
| Pb machines virtuelles | |
Framework Jifty | |
Docshttp://jifty.org/CPAN CPAN tutorial Svn A talk Local Tutorial Screncast Other tutorial InstallationPackages for Debian Sarge and Ubuntu 6.06 LTS (Long Term Support) can be found in repositoryadd to your /etc/apt/sources.list : deb http://ftp.univ-metz.fr/debian sarge jifty # apt-get install jifty if needed : # apt-get install libjifty-plugin-login-perl # apt-get install libjifty-plugin-editinplace-perl Trouble : we need HTML::Mason >= 1.29 apt-get install libhtml-mason-perl=1.35-1 (take care with inherit => undef flag if you use older html::mason application) apt-get install libdatetime-perl=0.28-1 hold this 2 packages on debian sarge or better in /etc/apt/preferences Package: libhtml-mason-perl Pin: release l=Jifty Pin-priority: 900 Package: libdatetime-perl Pin: release l=Jifty Pin-priority: 900 Package: libdatetime-timezone-perl Pin: release l=Jifty Pin-priority: 900 How packages are build :# dh-make-perl --cpan jifty # cd Jifty-0.60912 some changes in debian/control or dch -i to change changelog (name of sources) # dpkg-buildpackage -rfakeroot # apt-get install libmodule-scandeps-perl libpod-simple-perl libtest-pod-coverage-perl ..... All missing package in sarge are build with dh-make-perl # dh-make-perl --build --cpan test::base 2 packages are build without test dh-make-perl --build --cpan class::accessor::named --notest dh-make-perl --build --cpan Test::Dependencies --notest | |