common/tools/generate_package_defs.pl
changeset 1195 b9a2adc3ea65
parent 1193 137bf94d93a3
child 1246 8400dd17b04a
equal deleted inserted replaced
1194:45a01420a26f 1195:b9a2adc3ea65
    79 		my $commit_cmd = "hg -R packages commit -m \"Update package models from latest system model  (platform\@$platform_changeset)\" -u\"Dario Sestito <darios\@symbian.org>\"";
    79 		my $commit_cmd = "hg -R packages commit -m \"Update package models from latest system model  (platform\@$platform_changeset)\" -u\"Dario Sestito <darios\@symbian.org>\"";
    80 		print "$commit_cmd\n";
    80 		print "$commit_cmd\n";
    81 		system($commit_cmd);
    81 		system($commit_cmd);
    82 		my $push_cmd = "hg -R packages push http://darios:symbian696b\@developer.symbian.org/oss/MCL/sftools/fbf/projects/packages";
    82 		my $push_cmd = "hg -R packages push http://darios:symbian696b\@developer.symbian.org/oss/MCL/sftools/fbf/projects/packages";
    83 		print "$push_cmd\n";
    83 		print "$push_cmd\n";
    84 		#system($push_cmd);
    84 		system($push_cmd);
    85 	}
    85 	}
    86 }
    86 }
    87 
    87