Download List

Projeto Descrição

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).

System Requirements

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

O modelo de transação foi documentado na página man eptotx.
Tags: Documentation
The transaction model was documented in the eptotx man page.

2004-10-07 20:24
0.8.15

eptointro (1) foi feito em uma versão expandida do curso intensivo no arquivo README. O uso de separadores de argumentos em eptopgl (1) tem sido documentada.
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

É agora poosible EPTO scripts para contar o tempo de espera para a limpeza depois de um tempo limite. Consulte "-T" em um script gerado. Isto significa que transações aninhadas são totalmente suportados. As transações simultâneas terão que esperar até uma versão posterior. Alguns bugs foram corrigidos. Algumas mudanças cosméticas foram feitas para a documentação.
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

Muito tempo limite de manipulação mais robusta (opção-T). Mortos subprocessos "para trás" com SIGTERM para que eles possam desfazer as coisas em ordem inversa. Um processo que não limpar dentro de 3 segundos é assumido para pendurar e vai ser morto com 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

Registro e rastreio agora também imprime o processo de identificação. Há agora muito mais flexível syslog / controle logger (com a opção-logarg S).
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