# HG changeset patch # User ymh # Date 1272989955 -7200 # Node ID f7e94f36ff3521105ac21d22203caec446558425 # Parent 1d93862d60713305bd9c1f1b76a22bb529770c8b correct sync script - tip version diff -r 1d93862d6071 -r f7e94f36ff35 build/sbin/sync_mosatags --- a/build/sbin/sync_mosatags Tue May 04 18:13:07 2010 +0200 +++ b/build/sbin/sync_mosatags Tue May 04 18:19:15 2010 +0200 @@ -93,7 +93,8 @@ version_file_tmpl=$export_path_web/config/version.yml.tmpl version_file=$export_path_web/config/version.yml if [ "$version" == "tip" ]; then - version_str=`hg sum | head -n 1 | tr -s " "| cut -f 2 -d" "` + version_nb_str=`hg sum | head -n 1 | tr -s " "| cut -f 2 -d" "` + version_str="tip - $version_nb_str" else pushd "$clone_path" version_str=$version