changeset 2180:c921e1cae0af

fix `make show_data_checkpoint`
author drewp@bigasterisk.com
date Fri, 19 May 2023 16:11:10 -0700
parents 96e1f63202ad
children 8cab6a80215a
files .hgignore makefile
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri May 19 16:09:42 2023 -0700
+++ b/.hgignore	Fri May 19 16:11:10 2023 -0700
@@ -36,9 +36,7 @@
 show/dance2017/networking.n3
 show/dance2019/model/
 show/dance2019/video/
-show/dance2023/MeshroomCache/
-show/dance2023/images/
-show/dance2023/nstudio/
+show/dance2023/theater-models
 timelapse/
 __pycache__
 rgbled/build-nano328/
--- a/makefile	Fri May 19 16:09:42 2023 -0700
+++ b/makefile	Fri May 19 16:11:10 2023 -0700
@@ -75,9 +75,9 @@
 	xset s off
 	xset -dpms
 
-darcs_show_checkpoint:
-	darcs add --quiet --recursive ${LIGHT9_SHOW} 
-	darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW}
+show_data_checkpoint:
+	hg add ${LIGHT9_SHOW} 
+	hg com ${LIGHT9_SHOW} -m "checkpoint show data"
 
 ### pi setup ###