aboutsummaryrefslogtreecommitdiff
path: root/doit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doit.sh')
-rw-r--r--doit.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/doit.sh b/doit.sh
deleted file mode 100644
index b7a0591d3145..000000000000
--- a/doit.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-for FILE in `cat ~/FOOME.txt`; do \
- sed -i "s/Ryan P\.C\. McQuen/orphaned - no maintainer/" "$FILE"
- sed -i "s/ryanpcmcquen@member\.fsf\.org/nobody@nowhere/" "$FILE"
- git add -A :/
- git commit -sm "$(echo $FILE | cut -d'/' -f1-2): Orphan build."
-done
-