This commit is contained in:
Daniel Langbein 2023-06-14 22:00:48 +02:00
parent b96b44a7c1
commit 21f07daba6
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
## TODOs ## TODOs
~~* Send notification about unread local mail only once!~~ ~~* Send notification about unread local mail only once!~~
* add PKGBUILD ~~* add PKGBUILD~~
* Rename python module (and git repository?) to `exec-notify` ~~* Rename python module (and git repository?) to `exec-notify`~~
* Use subprocess_util > execute_print_capture * Use subprocess_util > execute_print_capture
* This way, the user can see the stdout/stderr while it is executed * This way, the user can see the stdout/stderr while it is executed
* And we can email the stdout/stderr if the process has failed * And we can email the stdout/stderr if the process has failed

View File

@ -5,7 +5,7 @@
_name=exec-notify _name=exec-notify
pkgname="python-$_name-git" pkgname="python-$_name-git"
pkgver=r48.f1c34c2 pkgver=r49.b96b44a
pkgrel=1 pkgrel=1
pkgdesc='execute command and notify about failure via email' pkgdesc='execute command and notify about failure via email'
arch=(any) arch=(any)