X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=6fc61afb32637988d6ce8a589868f19a19507fb1;hp=b8037b733bfa67e7f29a4c84699a13afa7917ca7;hb=89ca70a15a92676350073237f862e90b567430d5;hpb=f44b543bb891bad49b230b29720504bfa9a7ebc7 diff --git a/.bashrc b/.bashrc index b8037b7..6fc61af 100644 --- 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