Heya,
On Sun, Aug 8, 2010 at 09:49, Ævar Arnfjörð Bjarmason [off-list ref] wrote:
+smoke_report: smoke
+ curl \
+ -H "Expect: " \
+ -F project=Git \
+ -F architecture="$(uname_M)" \
+ -F platform="$(uname_S)" \
+ -F revision="$(GIT_VERSION)" \
+ -F report_file=@test-results/git-smoke.tar.gz \
+ $(SMOKE_UPLOAD_FLAGS) \
+ http://smoke.git.nix.is/app/projects/process_add_report/1 \
I think at the very least this URL should be given it's own variable
so that it can be overridden easily.
--
Cheers,
Sverre Rabbelier