diff options
| author | Karel Klic <kklic@redhat.com> | 2011-06-13 16:46:42 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-06-13 16:46:42 +0200 |
| commit | 8edc80c6a08ef30d02cad35b736c0c7dcb62a7f3 (patch) | |
| tree | b747ef4d0e24ad4cf2980f0681a93408011dbcd6 /scripts | |
| parent | 6dcdb4a5cb3ed68eb7d72cc65e58055d1e4f7c65 (diff) | |
| parent | 16f9e8da051b87164b77bf9a42a61ae9a97fb5fd (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/dbg_rpminst | 2 | ||||
| -rwxr-xr-x | scripts/dbg_rpmuninst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dbg_rpminst b/scripts/dbg_rpminst index ea70278c..76bf38ea 100755 --- a/scripts/dbg_rpminst +++ b/scripts/dbg_rpminst @@ -4,6 +4,6 @@ BUILDDIR="00_builddir" cd "$BUILDDIR" || exit 1 -yum -y -C erase 'abrt*' 'libreport*' 'report*' +yum -y -C erase 'abrt*' yum -y -C --nogpgcheck localinstall *.rpm killall -HUP dbus-daemon diff --git a/scripts/dbg_rpmuninst b/scripts/dbg_rpmuninst index 0635116a..2ffbf4ef 100755 --- a/scripts/dbg_rpmuninst +++ b/scripts/dbg_rpmuninst @@ -1,3 +1,3 @@ #!/bin/sh -yum -C -y erase 'abrt*' 'libreport*' 'report*' +yum -C -y erase 'abrt*' |
