From 0c732e77dd8a24fc2d91e15d63a6c6f828ab24d2 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Sun, 30 May 2010 18:26:20 +0000 Subject: [PATCH] +function gdbf13cvscheckout --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.8.3.1