----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7188/ -----------------------------------------------------------
Review request for cloudstack. Description ------- Distclean target for waf to remove old build artifacts 1. Need to add this step $./waf distclean before firing builds on jenkins.c.o to prevent artifacts building up PatchFile: https://gist.github.com/3754685 Diffs ----- wscript f1c9b62 Diff: https://reviews.apache.org/r/7188/diff/ Testing ------- root@cloud:~/incubator-cloudstack# for i in {1..10} > do > touch artifacts/test$i > done root@cloud:~/incubator-cloudstack# ./waf distclean Removing artifact artifacts/test10 Removing artifact artifacts/test5 Removing artifact artifacts/test9 Removing artifact artifacts/test7 Removing artifact artifacts/test1 Removing artifact artifacts/test4 Removing artifact artifacts/test2 Removing artifact artifacts/test8 Removing artifact artifacts/test3 Removing artifact artifacts/test6 'distclean' finished successfully (0.003s) Thanks, Prasanna Santhanam