[arch-dev-public] [PATCH] Make commitpkg not lock up without a message
Aaron Griffin
aaronmgriffin at gmail.com
Tue Sep 15 12:03:52 EDT 2009
On Mon, Sep 14, 2009 at 9:02 PM, Dan McGee <dan at archlinux.org> wrote:
> ---
> commitpkg | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/commitpkg b/commitpkg
> index edff666..0bbe15c 100755
> --- a/commitpkg
> +++ b/commitpkg
> @@ -101,12 +101,12 @@ if [ "$1" != "" ]; then
> echo "===> Commited with \"upgpkg: $pkgbase $pkgver-$pkgrel
> $1\" message"
> else
> - svn commit >/dev/null
> + svn commit
> if [ $? -ne 0 ]; then
> echo "Cancelled"
> exit 1
> fi
> - echo "===> Commited with \"upgpkg: $pkgbase $pkgver-$pkgrel\" message"
> + echo "===> Commited"
> fi
>
> archrelease $repo-$CARCH
Thanks Dan. Feel free to push this to the devtools repo (still a bit busy today)
More information about the arch-dev-public
mailing list