From 30b6457bcd8ea12f5ec67d49cc3582fccee100d6 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Wed, 18 Jul 2018 15:00:17 +0200 Subject: [PATCH] add cpm.sh and update submodules --- shell/.local/bin/cpm.sh | 22 ++++++++++++++++++++++ vim/.vim/pack/plugins/start/syntastic | 2 +- vim/.vim/pack/plugins/start/vim-clean | 2 +- vim/.vim/pack/plugins/start/vim-gnupg | 2 +- vim/.vim/pack/plugins/start/vimtex | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) create mode 100755 shell/.local/bin/cpm.sh diff --git a/shell/.local/bin/cpm.sh b/shell/.local/bin/cpm.sh new file mode 100755 index 0000000..7669742 --- /dev/null +++ b/shell/.local/bin/cpm.sh @@ -0,0 +1,22 @@ +#!/bin/bash +set -e +cpm "$@" | grep -v\ + -e "^Warning: Multiple file instances: 'Makefile'"\ + -e "^Analyzing '"\ + -e "^iTasks Resource Collector: "\ + -e "^Warning: Unable to setup directory cache: "\ + -e "^]: is older than .abc file"\ + -e "^First found at:"\ + -e "^Also found at:" + +if git rev-parse --show-toplevel 2>/dev/null +then + cloogletags -a -c\ + -d "$(git rev-parse --show-toplevel)"\ + -d "$CLEAN_HOME/lib/"\ + -o "$CLEAN_HOME/lib/tags"\ + |& grep -v\ + -e "^Doc warning: expected @type for '"\ + -e "^Doc error: missing leading asterisk in '"\ + -e "^Could not get full path for '" +fi diff --git a/vim/.vim/pack/plugins/start/syntastic b/vim/.vim/pack/plugins/start/syntastic index d17b98c..0dde090 160000 --- a/vim/.vim/pack/plugins/start/syntastic +++ b/vim/.vim/pack/plugins/start/syntastic @@ -1 +1 @@ -Subproject commit d17b98cff364730af34fd853fbbe4fbbae226a3d +Subproject commit 0dde090ed41b383b1fa56f8db49d89e0735b1ca9 diff --git a/vim/.vim/pack/plugins/start/vim-clean b/vim/.vim/pack/plugins/start/vim-clean index b9febb4..55dfb22 160000 --- a/vim/.vim/pack/plugins/start/vim-clean +++ b/vim/.vim/pack/plugins/start/vim-clean @@ -1 +1 @@ -Subproject commit b9febb45372cbab24e964fa1878aa7e006b3ecda +Subproject commit 55dfb2276588f4e87eb9ba1c949401cb29343360 diff --git a/vim/.vim/pack/plugins/start/vim-gnupg b/vim/.vim/pack/plugins/start/vim-gnupg index fa3a630..7fcea1a 160000 --- a/vim/.vim/pack/plugins/start/vim-gnupg +++ b/vim/.vim/pack/plugins/start/vim-gnupg @@ -1 +1 @@ -Subproject commit fa3a63039d1f96abeff07eaf28e1ad4697754e3c +Subproject commit 7fcea1a08423da3012aac87f5224738c85d212a1 diff --git a/vim/.vim/pack/plugins/start/vimtex b/vim/.vim/pack/plugins/start/vimtex index f0c338a..e3dabe0 160000 --- a/vim/.vim/pack/plugins/start/vimtex +++ b/vim/.vim/pack/plugins/start/vimtex @@ -1 +1 @@ -Subproject commit f0c338adb2b2a8e4fae4a07b756a22e7adcf9209 +Subproject commit e3dabe0a369dac556508ac5d1132979d654bc753 -- 2.20.1