+function gdbf13cvscheckout
authorjkratoch <>
Sun, 30 May 2010 18:26:20 +0000 (18:26 +0000)
committerjkratoch <>
Sun, 30 May 2010 18:26:20 +0000 (18:26 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index b8037b7..6fc61af 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -351,6 +351,12 @@ function gdbf12cvscheckout {(set -ex
        cd gdb-F-12
        make sources
        );}
+function gdbf13cvscheckout {(set -ex
+       ! test -d gdb-F-13
+       (set +x;CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs cvs checkout -d gdb-F-13 rpms/gdb/F-13)
+       cd gdb-F-13
+       make sources
+       );}
 function uri_escape   { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape   $_;'; };
 function uri_unescape { perl -MURI::Escape -le '$_=<>;chomp;print uri_unescape $_;'; };
 if which ionice &>/dev/null;then