Debian -->
[ document manifest ]
<< previous TOC next >>
< ^ >

Manuale di Debian Live

Progetto

15. Procedure

Questo capitolo documenta le procedure all'interno del progetto Debian Live per vari compiti che necessitano di cooperazione con altri team Debian.

15.1 Aggiornamenti degli udeb

Prima di effettuare dei commit di un udeb nel repository svn dell'installatore Debian va eseguito:

$ ../../scripts/l10n/output-l10n-changes . -d

15.2 Rilasci importanti

Rilasciare una nuova versione stabile di Debian implica che molti team differenti lavorino insieme; ad un certo punto si inserisce il team Live che prepara le immagini del sistema live. I requisiti per fare ciò sono:

  • Un mirror contenente le versioni rilasciate per l'archivio debian, debian-security e debian-volatile al quale possa accedere il debian-live buildd.
  • Vanno resi noti i nomi dell'immagine (debian-live-VERSION-ARCH-FLAVOUR.iso).
  • Le liste dei pacchetti devono essere state aggiornate.
  • Bisogna sincronizzare i dati dal cd Debian (udeb esclude le liste).
  • Bisogna sincronizzare i file inclusi dal cd Debian (README.*, doc/*, ecc.).
  • Le immagini vengono create e ospitate su cdimage.debian.org.
  • 15.3 Rilasci minori

  • Bisogna nuovamente aggiornare i mirror di debian, debian-security e debian-volatile.
  • Le immagini vengono create e ospitate su cdimage.debian.org.
  • Inviare email di annuncio.
  • 15.3.1 Modello per l'annuncio di un rilascio minore.

    Si può generare un'email per l'annuncio dei rilasci minori usando il modello sottostante e il seguente comando:

    $ sed \
         -e 's|%major%|5.0|g' \
         -e 's|%minor%|5.0.2|g' \
         -e 's|%codename%|lenny|g' \
         -e 's|%release_mail%|2009/msg00007.html|g'

    Si prega di controllare attentamente l'email prima di inviarla e passarla ad altri per le correzioni.

    Debian Live images for Debian GNU/Linux %major% updated

    The Debian Live project is pleased to announce the availability of
    updated Live images for its stable distribution Debian GNU/Linux %major%
    (codename "%codename%").

    The images are available for download at:

         

    This update incorporates the changes made in the %minor% point release,
    which adds corrections for security problems to the stable release
    along with a few adjustments for serious problems. A full list of the
    changes may be viewed at:

         

    It also includes the following Live-specific changes:

      * [INSERT LIVE-SPECIFIC CHANGE HERE]
      * [INSERT LIVE-SPECIFIC CHANGE HERE]
      * [LARGER ISSUES MAY DESERVE THEIR OWN SECTION]

    URLs
    ----

    Download location of updated images:

       

    Debian Live project homepage:

       

    The current stable distribution:

       

    stable distribution information (release notes, errata etc.):

       

    Security announcements and information:

       

    About Debian
    -------------

    The Debian Project is an association of Free Software developers who
    volunteer their time and effort in order to produce the completely free
    operating system Debian GNU/Linux.

    About Debian Live
    -----------------

    Debian Live is an official sub-project of Debian which produces Debian
    systems that do not require a classical installer. Images are available
    for CD/DVD discs, USB sticks and PXE netbooting as well as a bare
    filesystem images for booting directly from the internet.

    Contact Information
    -------------------

    For further information, please visit the Debian Live web pages at
    or alternatively send mail to
    .


    [ document manifest ]
    << previous TOC next >>
    < ^ >