X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bashrc;h=6fc61afb32637988d6ce8a589868f19a19507fb1;hp=b8037b733bfa67e7f29a4c84699a13afa7917ca7;hb=0c732e77dd8a24fc2d91e15d63a6c6f828ab24d2;hpb=262715a7f0b729a8340a29719f3e8d7d2cc580cf 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