]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
Rename 'external' to 'helpers'
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 7 Feb 2014 12:20:35 +0000 (14:20 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 7 Feb 2014 15:16:52 +0000 (17:16 +0200)
I would like to move all the internal tools to a separate directory. Let's call
it 'helpers'. The 'external' directory now contains all the tools which came
from an external project. Probably this is not the best way to lay-out our
files. Let's just re-name it to helpers. Later we'll move more stuff to
'helpers'.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
179 files changed:
.gitignore
Makefile
aiaiai-checker
aiaiai-concat-mboxes
aiaiai-diff-log
aiaiai-make-kernel
aiaiai-match-keywords
aiaiai-test-bisectability
aiaiai-test-patchset
doc/README
email/aiaiai-email-dispatcher
email/aiaiai-email-dispatcher-helper
email/aiaiai-email-lda
email/aiaiai-email-test-patchset
gerrit/aiaiai-jenkins-test-patchset
helpers/Makefile [moved from external/Makefile with 100% similarity]
helpers/coccinelle/api/alloc/drop_kmalloc_cast.cocci [moved from external/coccinelle/api/alloc/drop_kmalloc_cast.cocci with 100% similarity]
helpers/coccinelle/api/alloc/kzalloc-simple.cocci [moved from external/coccinelle/api/alloc/kzalloc-simple.cocci with 100% similarity]
helpers/coccinelle/api/d_find_alias.cocci [moved from external/coccinelle/api/d_find_alias.cocci with 100% similarity]
helpers/coccinelle/api/devm_ioremap_resource.cocci [moved from external/coccinelle/api/devm_ioremap_resource.cocci with 100% similarity]
helpers/coccinelle/api/devm_request_and_ioremap.cocci [moved from external/coccinelle/api/devm_request_and_ioremap.cocci with 100% similarity]
helpers/coccinelle/api/err_cast.cocci [moved from external/coccinelle/api/err_cast.cocci with 100% similarity]
helpers/coccinelle/api/kstrdup.cocci [moved from external/coccinelle/api/kstrdup.cocci with 100% similarity]
helpers/coccinelle/api/memdup.cocci [moved from external/coccinelle/api/memdup.cocci with 100% similarity]
helpers/coccinelle/api/memdup_user.cocci [moved from external/coccinelle/api/memdup_user.cocci with 100% similarity]
helpers/coccinelle/api/ptr_ret.cocci [moved from external/coccinelle/api/ptr_ret.cocci with 100% similarity]
helpers/coccinelle/api/resource_size.cocci [moved from external/coccinelle/api/resource_size.cocci with 100% similarity]
helpers/coccinelle/api/simple_open.cocci [moved from external/coccinelle/api/simple_open.cocci with 100% similarity]
helpers/coccinelle/free/clk_put.cocci [moved from external/coccinelle/free/clk_put.cocci with 100% similarity]
helpers/coccinelle/free/devm_free.cocci [moved from external/coccinelle/free/devm_free.cocci with 100% similarity]
helpers/coccinelle/free/iounmap.cocci [moved from external/coccinelle/free/iounmap.cocci with 100% similarity]
helpers/coccinelle/free/kfree.cocci [moved from external/coccinelle/free/kfree.cocci with 100% similarity]
helpers/coccinelle/free/kfreeaddr.cocci [moved from external/coccinelle/free/kfreeaddr.cocci with 100% similarity]
helpers/coccinelle/free/pci_free_consistent.cocci [moved from external/coccinelle/free/pci_free_consistent.cocci with 100% similarity]
helpers/coccinelle/iterators/fen.cocci [moved from external/coccinelle/iterators/fen.cocci with 100% similarity]
helpers/coccinelle/iterators/itnull.cocci [moved from external/coccinelle/iterators/itnull.cocci with 100% similarity]
helpers/coccinelle/iterators/list_entry_update.cocci [moved from external/coccinelle/iterators/list_entry_update.cocci with 100% similarity]
helpers/coccinelle/iterators/use_after_iter.cocci [moved from external/coccinelle/iterators/use_after_iter.cocci with 100% similarity]
helpers/coccinelle/locks/call_kern.cocci [moved from external/coccinelle/locks/call_kern.cocci with 100% similarity]
helpers/coccinelle/locks/double_lock.cocci [moved from external/coccinelle/locks/double_lock.cocci with 100% similarity]
helpers/coccinelle/locks/flags.cocci [moved from external/coccinelle/locks/flags.cocci with 100% similarity]
helpers/coccinelle/locks/mini_lock.cocci [moved from external/coccinelle/locks/mini_lock.cocci with 100% similarity]
helpers/coccinelle/misc/boolinit.cocci [moved from external/coccinelle/misc/boolinit.cocci with 100% similarity]
helpers/coccinelle/misc/boolreturn.cocci [moved from external/coccinelle/misc/boolreturn.cocci with 100% similarity]
helpers/coccinelle/misc/cstptr.cocci [moved from external/coccinelle/misc/cstptr.cocci with 100% similarity]
helpers/coccinelle/misc/doubleinit.cocci [moved from external/coccinelle/misc/doubleinit.cocci with 100% similarity]
helpers/coccinelle/misc/ifaddr.cocci [moved from external/coccinelle/misc/ifaddr.cocci with 100% similarity]
helpers/coccinelle/misc/ifcol.cocci [moved from external/coccinelle/misc/ifcol.cocci with 100% similarity]
helpers/coccinelle/misc/irqf_oneshot.cocci [moved from external/coccinelle/misc/irqf_oneshot.cocci with 100% similarity]
helpers/coccinelle/misc/memcpy-assign.cocci [moved from external/coccinelle/misc/memcpy-assign.cocci with 100% similarity]
helpers/coccinelle/misc/noderef.cocci [moved from external/coccinelle/misc/noderef.cocci with 100% similarity]
helpers/coccinelle/misc/orplus.cocci [moved from external/coccinelle/misc/orplus.cocci with 100% similarity]
helpers/coccinelle/misc/semicolon.cocci [moved from external/coccinelle/misc/semicolon.cocci with 100% similarity]
helpers/coccinelle/misc/warn.cocci [moved from external/coccinelle/misc/warn.cocci with 100% similarity]
helpers/coccinelle/null/badzero.cocci [moved from external/coccinelle/null/badzero.cocci with 100% similarity]
helpers/coccinelle/null/deref_null.cocci [moved from external/coccinelle/null/deref_null.cocci with 100% similarity]
helpers/coccinelle/null/eno.cocci [moved from external/coccinelle/null/eno.cocci with 100% similarity]
helpers/coccinelle/null/kmerr.cocci [moved from external/coccinelle/null/kmerr.cocci with 100% similarity]
helpers/coccinelle/tests/doublebitand.cocci [moved from external/coccinelle/tests/doublebitand.cocci with 100% similarity]
helpers/coccinelle/tests/doubletest.cocci [moved from external/coccinelle/tests/doubletest.cocci with 100% similarity]
helpers/coccinelle/tests/odd_ptr_err.cocci [moved from external/coccinelle/tests/odd_ptr_err.cocci with 100% similarity]
helpers/libshell/COPYING [moved from external/libshell/COPYING with 100% similarity]
helpers/libshell/LICENSE [moved from external/libshell/LICENSE with 100% similarity]
helpers/libshell/Makefile [moved from external/libshell/Makefile with 100% similarity]
helpers/libshell/SYMS [moved from external/libshell/SYMS with 100% similarity]
helpers/libshell/contrib/getoptx_1.0.bash [moved from external/libshell/contrib/getoptx_1.0.bash with 100% similarity]
helpers/libshell/contrib/getoptx_1.1.bash [moved from external/libshell/contrib/getoptx_1.1.bash with 100% similarity]
helpers/libshell/contrib/shell-array [moved from external/libshell/contrib/shell-array with 100% similarity]
helpers/libshell/contrib/shell-crc32 [moved from external/libshell/contrib/shell-crc32 with 100% similarity]
helpers/libshell/contrib/shell-lists [moved from external/libshell/contrib/shell-lists with 100% similarity]
helpers/libshell/contrib/shell-sort [moved from external/libshell/contrib/shell-sort with 100% similarity]
helpers/libshell/contrib/shell-stack [moved from external/libshell/contrib/shell-stack with 100% similarity]
helpers/libshell/docs/libshell.man [moved from external/libshell/docs/libshell.man with 100% similarity]
helpers/libshell/docs/shell-error.man [moved from external/libshell/docs/shell-error.man with 100% similarity]
helpers/libshell/shell-args [moved from external/libshell/shell-args with 100% similarity]
helpers/libshell/shell-cmdline [moved from external/libshell/shell-cmdline with 100% similarity]
helpers/libshell/shell-config [moved from external/libshell/shell-config with 100% similarity]
helpers/libshell/shell-error [moved from external/libshell/shell-error with 100% similarity]
helpers/libshell/shell-getopt [moved from external/libshell/shell-getopt with 100% similarity]
helpers/libshell/shell-ini-config [moved from external/libshell/shell-ini-config with 100% similarity]
helpers/libshell/shell-ip-address [moved from external/libshell/shell-ip-address with 100% similarity]
helpers/libshell/shell-mail-address [moved from external/libshell/shell-mail-address with 100% similarity]
helpers/libshell/shell-quote [moved from external/libshell/shell-quote with 100% similarity]
helpers/libshell/shell-regexp [moved from external/libshell/shell-regexp with 100% similarity]
helpers/libshell/shell-run [moved from external/libshell/shell-run with 100% similarity]
helpers/libshell/shell-signal [moved from external/libshell/shell-signal with 100% similarity]
helpers/libshell/shell-source [moved from external/libshell/shell-source with 100% similarity]
helpers/libshell/shell-string [moved from external/libshell/shell-string with 100% similarity]
helpers/libshell/shell-unittest [moved from external/libshell/shell-unittest with 100% similarity]
helpers/libshell/shell-var [moved from external/libshell/shell-var with 100% similarity]
helpers/libshell/shell-version [moved from external/libshell/shell-version with 100% similarity]
helpers/libshell/tests/cmdline_get [moved from external/libshell/tests/cmdline_get with 100% similarity]
helpers/libshell/tests/data/000-quote_shell_args-pattern [moved from external/libshell/tests/data/000-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/000-quote_shell_args-result [moved from external/libshell/tests/data/000-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/001-quote_shell_args-pattern [moved from external/libshell/tests/data/001-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/001-quote_shell_args-result [moved from external/libshell/tests/data/001-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/002-quote_shell_args-pattern [moved from external/libshell/tests/data/002-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/002-quote_shell_args-result [moved from external/libshell/tests/data/002-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/003-quote_shell_args-pattern [moved from external/libshell/tests/data/003-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/003-quote_shell_args-result [moved from external/libshell/tests/data/003-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/004-quote_shell_args-pattern [moved from external/libshell/tests/data/004-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/004-quote_shell_args-result [moved from external/libshell/tests/data/004-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/005-quote_shell_args-pattern [moved from external/libshell/tests/data/005-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/005-quote_shell_args-result [moved from external/libshell/tests/data/005-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/006-quote_shell_args-pattern [moved from external/libshell/tests/data/006-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/006-quote_shell_args-result [moved from external/libshell/tests/data/006-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/007-quote_shell_args-pattern [moved from external/libshell/tests/data/007-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/007-quote_shell_args-result [moved from external/libshell/tests/data/007-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/008-quote_shell_args-pattern [moved from external/libshell/tests/data/008-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/008-quote_shell_args-result [moved from external/libshell/tests/data/008-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/009-quote_shell_args-pattern [moved from external/libshell/tests/data/009-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/009-quote_shell_args-result [moved from external/libshell/tests/data/009-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/010-quote_shell_args-pattern [moved from external/libshell/tests/data/010-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/010-quote_shell_args-result [moved from external/libshell/tests/data/010-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/011-quote_shell_args-pattern [moved from external/libshell/tests/data/011-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/011-quote_shell_args-result [moved from external/libshell/tests/data/011-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/012-quote_shell_args-pattern [moved from external/libshell/tests/data/012-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/012-quote_shell_args-result [moved from external/libshell/tests/data/012-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/013-quote_shell_args-pattern [moved from external/libshell/tests/data/013-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/013-quote_shell_args-result [moved from external/libshell/tests/data/013-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/014-quote_shell_args-pattern [moved from external/libshell/tests/data/014-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/014-quote_shell_args-result [moved from external/libshell/tests/data/014-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/015-quote_shell_args-pattern [moved from external/libshell/tests/data/015-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/015-quote_shell_args-result [moved from external/libshell/tests/data/015-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/016-quote_shell_args-pattern [moved from external/libshell/tests/data/016-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/016-quote_shell_args-result [moved from external/libshell/tests/data/016-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/017-quote_shell_args-pattern [moved from external/libshell/tests/data/017-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/017-quote_shell_args-result [moved from external/libshell/tests/data/017-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/018-quote_shell_args-pattern [moved from external/libshell/tests/data/018-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/018-quote_shell_args-result [moved from external/libshell/tests/data/018-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/019-quote_shell_args-pattern [moved from external/libshell/tests/data/019-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/019-quote_shell_args-result [moved from external/libshell/tests/data/019-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/020-quote_shell_args-pattern [moved from external/libshell/tests/data/020-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/020-quote_shell_args-result [moved from external/libshell/tests/data/020-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/021-quote_shell_args-pattern [moved from external/libshell/tests/data/021-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/021-quote_shell_args-result [moved from external/libshell/tests/data/021-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/022-quote_shell_args-pattern [moved from external/libshell/tests/data/022-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/022-quote_shell_args-result [moved from external/libshell/tests/data/022-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/023-quote_shell_args-pattern [moved from external/libshell/tests/data/023-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/023-quote_shell_args-result [moved from external/libshell/tests/data/023-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/024-quote_shell_args-pattern [moved from external/libshell/tests/data/024-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/024-quote_shell_args-result [moved from external/libshell/tests/data/024-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/025-quote_shell_args-pattern [moved from external/libshell/tests/data/025-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/025-quote_shell_args-result [moved from external/libshell/tests/data/025-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/026-quote_shell_args-pattern [moved from external/libshell/tests/data/026-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/026-quote_shell_args-result [moved from external/libshell/tests/data/026-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/data/027-quote_shell_args-pattern [moved from external/libshell/tests/data/027-quote_shell_args-pattern with 100% similarity]
helpers/libshell/tests/data/027-quote_shell_args-result [moved from external/libshell/tests/data/027-quote_shell_args-result with 100% similarity]
helpers/libshell/tests/fatal [moved from external/libshell/tests/fatal with 100% similarity]
helpers/libshell/tests/fill_mask [moved from external/libshell/tests/fill_mask with 100% similarity]
helpers/libshell/tests/getopt [moved from external/libshell/tests/getopt with 100% similarity]
helpers/libshell/tests/ini-config/z.ini [moved from external/libshell/tests/ini-config/z.ini with 100% similarity]
helpers/libshell/tests/ini_config_get [moved from external/libshell/tests/ini_config_get with 100% similarity]
helpers/libshell/tests/ini_config_set [moved from external/libshell/tests/ini_config_set with 100% similarity]
helpers/libshell/tests/message [moved from external/libshell/tests/message with 100% similarity]
helpers/libshell/tests/opt_check_dir [moved from external/libshell/tests/opt_check_dir with 100% similarity]
helpers/libshell/tests/opt_check_number [moved from external/libshell/tests/opt_check_number with 100% similarity]
helpers/libshell/tests/opt_check_read [moved from external/libshell/tests/opt_check_read with 100% similarity]
helpers/libshell/tests/quote_sed_regexp [moved from external/libshell/tests/quote_sed_regexp with 100% similarity]
helpers/libshell/tests/quote_sed_regexp_variable [moved from external/libshell/tests/quote_sed_regexp_variable with 100% similarity]
helpers/libshell/tests/quote_shell [moved from external/libshell/tests/quote_shell with 100% similarity]
helpers/libshell/tests/quote_shell_args [moved from external/libshell/tests/quote_shell_args with 100% similarity]
helpers/libshell/tests/quote_shell_variable [moved from external/libshell/tests/quote_shell_variable with 100% similarity]
helpers/libshell/tests/runtests [moved from external/libshell/tests/runtests with 100% similarity]
helpers/libshell/tests/shell_var_trim [moved from external/libshell/tests/shell_var_trim with 100% similarity]
helpers/libshell/tests/shell_var_unquote [moved from external/libshell/tests/shell_var_unquote with 100% similarity]
helpers/libshell/tests/signal [moved from external/libshell/tests/signal with 100% similarity]
helpers/libshell/tests/signal-data/001-signal [moved from external/libshell/tests/signal-data/001-signal with 100% similarity]
helpers/libshell/tests/signal-data/002-signal [moved from external/libshell/tests/signal-data/002-signal with 100% similarity]
helpers/libshell/tests/signal-data/003-signal [moved from external/libshell/tests/signal-data/003-signal with 100% similarity]
helpers/libshell/tests/signal-data/004-signal [moved from external/libshell/tests/signal-data/004-signal with 100% similarity]
helpers/libshell/tests/signal-data/005-signal [moved from external/libshell/tests/signal-data/005-signal with 100% similarity]
helpers/libshell/tests/signal-data/006-signal [moved from external/libshell/tests/signal-data/006-signal with 100% similarity]
helpers/libshell/tests/signal-data/007-signal [moved from external/libshell/tests/signal-data/007-signal with 100% similarity]
helpers/libshell/tests/string_quote_remove [moved from external/libshell/tests/string_quote_remove with 100% similarity]
helpers/libshell/tests/verbose [moved from external/libshell/tests/verbose with 100% similarity]
helpers/remap-log.c [moved from external/remap-log.c with 100% similarity]
packaging/aiaiai.spec
tests/test-subj-parsing

index ed57a6fcbea6f476942d52fd5df2e1cea3bb9661..4361bc4c49a1ff1fce0221f3d3f1e30e98b01db1 100644 (file)
@@ -1,2 +1,2 @@
 aiaiai-locker
-external/remap-log
+helpers/remap-log
index b97a353d7bbfb0217f34cf31fea0cb3616874234..a6c722ced3df3da56b6113dcf7599e3a1bd2cb2d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ CFLAGS = -O2 -g -Wextra
 
 all:
        $(CC) $(CFLAGS) -o aiaiai-locker aiaiai-locker.c
-       make -C external
+       make -C helpers
 
 clean:
        $(RM) aiaiai-locker
-       make -C external clean
+       make -C helpers clean
index 5ca71c3a95c09f9760206766e5a176bddcae588f..1c68efcd458ef156ea62bbf39e051d9f991f15fc 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/external/libshell:$srcdir/external:$PATH"
+PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
 
 . shell-error
 . shell-args
index 9d0e8479a149d43c23a0a7cfd398905afb2c72bf..350d986be99e4d5cca685e64d6a710d7d4b33816 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/external/libshell:$PATH"
+PATH="$srcdir:$srcdir/helpers/libshell:$PATH"
 
 . shell-error
 
index 55c2136fecf831f4aeefb0ef06eab51bd626348c..54228d92bca60ee99e8fa957cfe6698be867361d 100755 (executable)
@@ -6,7 +6,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/external/libshell:$srcdir/external:$PATH"
+PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
 
 . shell-error
 . shell-args
index 5ce11aa070038dd5bd40f879c1d807923730bed7..3bb2f021e1dc38ee4f8a5be513dd95e513e43c08 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-export PATH="$srcdir:$srcdir/external/libshell:$srcdir/external:$PATH"
+export PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
 
 . shell-error
 . shell-args
index 701f4594b21ede51188aeec82b66656881b5f355..bab7902a881cd0e9bc73f0538087e8b979158c75 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/external/libshell:$PATH"
+PATH="$srcdir:$srcdir/helpers/libshell:$PATH"
 
 . shell-error
 . shell-args
index 121312a7ba2bbdfc28e0a72ffcbac66130479f07..ffc0f5594ddfd089d751ff3f6eac721160742f59 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/external/libshell:$srcdir/external:$PATH"
+PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
 
 . shell-error
 . shell-args
index b231d30514d4acd9a6ca9c61c21cc6a1922f1a6d..0707019a614be57278305a62c97160293eab9d25 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir:$srcdir/external/libshell:$srcdir/external:$PATH"
+PATH="$srcdir:$srcdir/helpers/libshell:$srcdir/helpers:$PATH"
 
 . shell-error
 . shell-args
index 1175f01da4d04c8fff7e6cbea80181d9c4b8a64a..544d365d365c7a2e724bc609dd2e6583e6272646 100644 (file)
@@ -25,8 +25,9 @@ The layout of the repository.
 * aiaiai/email/
     All the scripts related to emails handling. If you use Aiaiai locally
     you do not need these scripts.
-* aiaiai/external/
-    Some external tools and files which we use are stored here.
+* aiaiai/helpers/
+    Variouls programs and scripts which Aiaiai users should not usually use
+    directly. Instead, Aiaiai scripts use them internally.
 * aiaiai/doc
     Some documentation.
 * aiaiai/tests/
@@ -145,14 +146,14 @@ sends it back to the patch submitter.
 
 * aiaiai-diff-log
     Compares 2 build logs and provides the differences. This script used the
-    'external/remap-log' tool to re-map line numbers in the warnings of the
+    'helpers/remap-log' tool to re-map line numbers in the warnings of the
     first build log to correspond to line numbers in the second build-log.
 
 * aiaiai-diff-log-helper
     A helper script for aiaiai-diff-log which sorts 2 build logs and compares
     them.  Written in Python because the shell version was too slow.
 
-* external/remap-log
+* helpers/remap-log
     This is a small C program originally written by Al Viro which helps
     comparing 2 build logs by remapping line numbers. Roughly speaking,
     'remap-log' takes the build log of the pre-patched kernel and the patch and
@@ -220,7 +221,7 @@ tool for comparing 2 build logs the smart way.
 
 If you just want to test a patch-set locally, you should use the
 'aiaiai-test-patchset' script. Do not forget to build the remap-log.c file in
-the 'external' subdirectory.
+the 'helpers' subdirectory.
 
 Here are some examples.
 
@@ -319,7 +320,7 @@ $ export PATH="$HOME/bin:$PATH"
 Coccinelle or "spatch" is a great semantic patch tool, very useful on its own.
 The Linux kernel contains a bunch of coccinelle semantic patches which catch
 various types of API abuses etc. We store a copy of these scripts in the
-"external" subdirectory.
+"helpers" subdirectory.
 
 The "spatch" tool is part of distributions like Debian and Fedora, so you most
 probably just need to install the corresponding package. The binary program is
index 9fa784737fd22acb63ff6f62315c621e44359aeb..7487cd9c5d03a503e6d213edded778004481d544 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/external/libshell:$PATH"
+PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
 
 . shell-error
 . shell-args
index 91722b0e871570cf35c12b0628f25cfc532d36fa..7d0365d2320803897bc73de10344ddd9c64c4396 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/external/libshell:$PATH"
+PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
 
 . shell-error
 . shell-signal
index 7489ffe853494c0af40676fe44e2240618d048d5..b9f28540b850fc6f216a975706584d66cbe3e968 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/external/libshell:$PATH"
+PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
 
 . shell-error
 . shell-args
index af38bb5bfd31166de3e53f0b0f31e0f2950926cb..aa76b71f6a464b9acc1e3d0fdccfa0bccab8aff8 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*}/..)"
-PATH="$srcdir:$srcdir/email:$srcdir/external/libshell:$PATH"
+PATH="$srcdir:$srcdir/email:$srcdir/helpers/libshell:$PATH"
 
 . shell-error
 . shell-args
index bc5c948911c32dcc904a30bd2da2b5190f74838e..326268b4eeb50ebd070e363e7a683c98c0aa4dd2 100755 (executable)
@@ -5,7 +5,7 @@
 # License: GPLv2
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir/..:$srcdir/../external/libshell:$PATH"
+PATH="$srcdir/..:$srcdir/../helpers/libshell:$PATH"
 
 . shell-error
 . shell-args
similarity index 100%
rename from external/Makefile
rename to helpers/Makefile
similarity index 100%
rename from external/libshell/SYMS
rename to helpers/libshell/SYMS
similarity index 100%
rename from external/remap-log.c
rename to helpers/remap-log.c
index aa5e7a75ffa4f14a93245ca465c042715333655b..45026c7da255764c2bc514c48a432548e0d4b042 100644 (file)
@@ -52,13 +52,13 @@ rm -rf %{buildroot}/usr/bin/packaging
 rm -rf %{buildroot}/usr/bin/doc
 rm %{buildroot}/usr/bin/*.c
 rm %{buildroot}/usr/bin/Makefile
-rm %{buildroot}/usr/bin/external/*.c
-rm %{buildroot}/usr/bin/external/Makefile
+rm %{buildroot}/usr/bin/helpers/*.c
+rm %{buildroot}/usr/bin/helpers/Makefile
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/aiaiai*
-%{_bindir}/external
+%{_bindir}/helpers
 
 %files email
 %defattr(-,root,root,-)
index a5d3f64426522488e8b63e7c60451785f169a1a3..19cd5b4db5efbbc43c74b1c8b7d477bf654c8330 100755 (executable)
@@ -8,7 +8,7 @@
 # it to the mscripts directory and run.
 
 srcdir="$(readlink -ev -- ${0%/*})"
-PATH="$srcdir/..:$srcdir/../external/libshell:$PATH"
+PATH="$srcdir/..:$srcdir/../helpers/libshell:$PATH"
 
 . shell-error
 . email/aiaiai-email-sh-functions