summaryrefslogtreecommitdiff
path: root/03-update-patchwork.sh
diff options
context:
space:
mode:
Diffstat (limited to '03-update-patchwork.sh')
-rwxr-xr-x03-update-patchwork.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/03-update-patchwork.sh b/03-update-patchwork.sh
index a809266..bc081be 100755
--- a/03-update-patchwork.sh
+++ b/03-update-patchwork.sh
@@ -7,8 +7,6 @@ source ./common.sh
LIBCAMERA=${1:-$(srcdir libcamera)}
BOT=$(pwd)/scripts/git-patchwork-bot.py
-ID=patchwork-bot
-
logfile=$(log_filename $ID)
$BOT -v -r $LIBCAMERA/.git -l $logfile > $logfile.stdout.log 2> $logfile.stderr.log