X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fciabot%2Fciabot.py;h=9775dffb5d49521a7078643104762cd136edffcc;hb=06cfa8a8589740b9dd4820ad1c2eff4b3d968de7;hp=d0627e0852cc47df3ffd29754254ccb99c3b2ad0;hpb=dfe0171c4e78f8c392514a825c363251794fba5d;p=git.git diff --git a/contrib/ciabot/ciabot.py b/contrib/ciabot/ciabot.py index d0627e085..9775dffb5 100755 --- a/contrib/ciabot/ciabot.py +++ b/contrib/ciabot/ciabot.py @@ -122,7 +122,7 @@ def report(refname, merged): branch = os.path.basename(refname) # Compute a shortnane for the revision - rev = do("git describe ${merged} 2>/dev/null") or merged[:12] + rev = do("git describe '"+ merged +"' 2>/dev/null") or merged[:12] # Extract the neta-information for the commit rawcommit = do("git cat-file commit " + merged)