0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

New CheckLib code causes . dependency to prevent gitPush from running. Not sure why

This commit is contained in:
Aaron 2009-01-19 10:54:02 -05:00
parent 4bcce9cea6
commit 0f937ba9c9

View File

@ -227,5 +227,5 @@ env.AlwaysBuild( "checkSource" )
def gitPush( env, target, source ):
import subprocess
return subprocess.call( [ "git", "push" ] )
env.Alias( "push", [ ".", "smoke", "checkSource" ], gitPush )
env.Alias( "push", [ "smoke", "checkSource" ], gitPush )
env.AlwaysBuild( "push" )