Fix bzr export command to retain the timestamps from commits, rather

than using the time the export occurred.
This commit is contained in:
Steve Beattie 2010-09-16 05:37:53 -07:00
parent f86f4cc67c
commit fc15748264

View file

@ -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: