From deb9a5e8b7be737f0ba41aebfbd3602b539ba947 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 18 Jan 2014 22:49:42 +0000 Subject: New git-check and git-create methods "true" which are no-ops. --- dgit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index 0182b6f..3c56a3a 100755 --- a/dgit +++ b/dgit @@ -837,6 +837,8 @@ sub check_for_git () { my $r= cmdoutput @cmd; failedcmd @cmd unless $r =~ m/^[01]$/; return $r+0; + } elsif ($how eq 'true') { + return 1; } else { badcfg "unknown git-check \`$how'"; } @@ -849,6 +851,8 @@ sub create_remote_git_repo () { (access_cfg_ssh, access_gituserhost(), "set -e; cd ".access_cfg('git-path').";". " cp -a _template $package.git"); + } elsif ($how eq 'true') { + # nothing to do } else { badcfg "unknown git-create \`$how'"; } -- cgit v1.2.3