summaryrefslogtreecommitdiffstats
path: root/sanity/nightly_sanity/nightly_updated.sh
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-23 12:42:54 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-09-23 12:42:54 +0530
commitec0a69e378a90fc8ccc09e2234ab3e0f2ce69182 (patch)
tree42c0cad7d473ac7af2ebc0ac59ab93fd9411c834 /sanity/nightly_sanity/nightly_updated.sh
parentecdd98b23653ce2e4673bb8b4ad61e36ba2bcf3b (diff)
sanity/nightly_sanity: save the patches applied everyday
Do not print the git diff of the applied patches in the message. Instead copy the patches diretory to /tmp and save that directory in the results directory everyday.
Diffstat (limited to 'sanity/nightly_sanity/nightly_updated.sh')
-rwxr-xr-xsanity/nightly_sanity/nightly_updated.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/sanity/nightly_sanity/nightly_updated.sh b/sanity/nightly_sanity/nightly_updated.sh
index 4e6bb0d..baed7d3 100755
--- a/sanity/nightly_sanity/nightly_updated.sh
+++ b/sanity/nightly_sanity/nightly_updated.sh
@@ -601,6 +601,12 @@ function send_results()
cp -r $LOGDIR/* $RESULTDIR;
tar cjf results_$translator.bz2 $RESULTDIR;
+ ############################### copying the patches applied today ##################################
+
+ cp -r /tmp/patches/ $LOGDIR;
+
+ ####################################################################################################
+
# git push log files
echo "Pushing logs to qalogs git repo: "
mkdir -p $LOGREPO/`date +%F`/$translator/