From 8429d35de46942dc86be2644df84d785f3b4c48f Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 6 Sep 2013 12:02:37 -0300 Subject: Hotfix: recursive rm and fetch before checkout. --- pkg/linux/build_bundle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/linux/build_bundle.sh b/pkg/linux/build_bundle.sh index 781884cb..e6a1043f 100755 --- a/pkg/linux/build_bundle.sh +++ b/pkg/linux/build_bundle.sh @@ -9,13 +9,14 @@ DEST=$5 rm $TEMPLATE_BUNDLE/CHANGELOG rm $TEMPLATE_BUNDLE/relnotes.txt rm -rf $TEMPLATE_BUNDLE/apps/leap -rm $TEMPLATE_BUNDLE/lib/leap/{common,keymanager,soledad,mail} +rm -rf $TEMPLATE_BUNDLE/lib/leap/{common,keymanager,soledad,mail} # checkout VERSION in all repos for i in {leap_client,leap_pycommon,soledad,keymanager,leap_mail} do cd $REPOS_ROOT/$i + git fetch git checkout $VERSION done -- cgit v1.2.3