From 6b22c805e7fc22be53088897e2a1e17acf77753a Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 16 Nov 2012 09:01:25 +0000 Subject: Move bug-report inside commands --- (limited to 'scripts') diff --git a/scripts/bug-report b/scripts/bug-report deleted file mode 100755 index 05f02ec..0000000 --- a/scripts/bug-report +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -scriptsdir=`dirname "$0"` -rootdir=`dirname "$scriptsdir"` -buildlogsdir=$rootdir/logs -sugarlogsdir=~/.sugar/default/logs -tarfile=$buildlogsdir/all-logs.tar.bz2 - -tarcommand="tar cfj $tarfile" - -if [ -d $buildlogsdir ]; then - buildlogs=`cd $buildlogsdir; find *.log` - tarcommand="$tarcommand -C $buildlogsdir $buildlogs" -fi - -if [ -d $sugarlogsdir ]; then - sugarlogs=`cd $sugarlogsdir; find *.log` - tarcommand="$tarcommand -C $sugarlogsdir $sugarlogs" -fi - -$tarcommand - -echo -echo "Send an email to Daniel Narvaez ." -echo "Attach the $tarfile file." -echo -- cgit v0.9.1