gdbdevelcvscheckout: Simplified by: make sources
authorjkratoch <>
Wed, 9 Dec 2009 00:33:42 +0000 (00:33 +0000)
committerjkratoch <>
Wed, 9 Dec 2009 00:33:42 +0000 (00:33 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 70e6804..4121c16 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -335,8 +335,7 @@ function gdbdevelcvscheckout {(set -ex
        ! test -d gdb-devel
        (set +x;CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs cvs checkout -d gdb-devel rpms/gdb/devel)
        cd gdb-devel
-       make test-srpm
-       rm `make verrel`.src.rpm
+       make sources
        );}
 function uri_escape   { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape   $_;'; };
 function uri_unescape { perl -MURI::Escape -le '$_=<>;chomp;print uri_unescape $_;'; };