From e32babffd8940342b7647f4649a1cb19fbd35a4f Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Fri, 23 Mar 2012 20:45:55 +0000 Subject: require argument for repo project Ensure the repo_project_info.py doesn't do anything automatic for you. The caller should be explicit in what project it wants --- build-scripts/create-user-kernel-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-scripts/create-user-kernel-script') diff --git a/build-scripts/create-user-kernel-script b/build-scripts/create-user-kernel-script index 4bbc1f3..4b1870c 100755 --- a/build-scripts/create-user-kernel-script +++ b/build-scripts/create-user-kernel-script @@ -48,7 +48,7 @@ EOF sync_commands() { -GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../` +GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../ -p kernel` GITURL=`echo $GITINFO | cut -d\| -f1` GITREV=`echo $GITINFO | cut -d\| -f2` cat <