Télécharger la liste

Description du projet

epto is a small library and framework for industrial strength shell script programming with sh. It features convenient error handling, tracing, logging, option handling, documentation template, process level transaction safety (sort of), and more. If one is used to shell programming, it takes less than five minutes of learning to start using it (see the crash course in the README file).

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-10-19 11:55
0.8.16

Le modèle de transaction a été documentée dans la page de manuel eptotx.
Tags: Documentation
The transaction model was documented in the eptotx man page.

2004-10-07 20:24
0.8.15

eptointro (1) a été rendue dans une version élargie du cours intensif dans le fichier README. L'utilisation de séparateurs d'argument en eptopgl (1) a été documentée.
Tags: Documentation
eptointro(1) has been made into an expanded version of the crash course in the README file. The use of argument separators in eptopgl(1) has been documented.

2004-10-04 17:06
0.8.14

Il est maintenant poosible scripts epto de dire combien de temps attendre pour le nettoyage après un délai d'attente. Voir "-T" dans un script généré. Cela signifie que les transactions imbriquées sont maintenant entièrement pris en charge. Transactions concurrentes devront attendre une prochaine version. Quelques bugs ont été corrigés. Quelques changements cosmétiques ont été apportées à la documentation.
Tags: Major feature enhancements
It is now poosible to tell epto scripts how long
to wait for cleanup after a timeout. See "-T" in a
generated script. This means that nested
transactions are now fully supported. Concurrent
transactions will have to wait until a later
release. Some bugs were fixed. Some cosmetic
changes were made to the documentation.

2004-09-28 01:42
0.8.13

Beaucoup de manutention plus robuste timeout (option-T). Tue sous-processus «à rebours» avec SIGTERM afin qu'ils puissent défaire les choses dans l'ordre inverse. Un processus qui ne nettoie pas moins de 3 secondes est supposé se bloquer et sera tué avec SIGKILL.
Tags: Major feature enhancements
Much more robust timeout handling (option -T). Kills subprocesses "backwards" with SIGTERM so that they can undo things in reverse order. A process that does not clean up within 3 seconds is assumed to hang and will be killed with SIGKILL.

2004-09-25 14:51
0.8.12

Journalisation et de traçage maintenant imprime également l'ID de processus. Il ya maintenant beaucoup plus souple syslog / enregistreur de contrôle (avec l'option-S logarg).
Tags: Minor feature enhancements
Logging and tracing now also prints the process id. There is now much
more flexible syslog/logger control (with the option -S logarg).

Project Resources