From e65a1c3238933e4f2909d34f11dc4fce3509a6fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 9 Apr 2012 13:28:32 -0300 Subject: Copy makepkg logs only --- libremakepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libremakepkg b/libremakepkg index 44c0d29..8678e9a 100755 --- a/libremakepkg +++ b/libremakepkg @@ -24,7 +24,7 @@ function copy_log { # copy logs if they exist - find "${CHROOTDIR}/${CHROOT}/build/" -name "*\.log" -exec cp {} ./ \; + find "${CHROOTDIR}/${CHROOT}/build/" -maxdepth 1 -name "*\.log" -exec cp {} ./ \; } -- cgit v1.2.2 From f6ea811fbc6f449c225a0ddd0de5dbce07696c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Tue, 10 Apr 2012 15:42:45 -0300 Subject: Run db-update on the server after uploading packages --- librerelease | 3 +++ 1 file changed, 3 insertions(+) diff --git a/librerelease b/librerelease index bac5b88..c113572 100755 --- a/librerelease +++ b/librerelease @@ -147,4 +147,7 @@ rsync --recursive \ msg "Removing packages from local [staging]" clean +msg "Running db-update on repos" +ssh ${PARABOLAHOST} dbscripts/db-update + exit 0 -- cgit v1.2.2