From fc15748264ba8e2c2e4f51eb9c93862de3eaaf17 Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Thu, 16 Sep 2010 05:37:53 -0700 Subject: [PATCH] Fix bzr export command to retain the timestamps from commits, rather than using the time the export occurred. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf1db19f6..1e12fc975 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ ${SNAPSHOT_DIR}: .PHONY: export_dir export_dir: mkdir $(__EXPORT_DIR) - /usr/bin/bzr export -r $(REPO_VERSION) $(__EXPORT_DIR) $(REPO_URL) + /usr/bin/bzr export --per-file-timestamps -r $(REPO_VERSION) $(__EXPORT_DIR) $(REPO_URL) echo "$(REPO_URL) $(REPO_VERSION)" > $(__EXPORT_DIR)/.stamp_rev clean: