Changeset - c921e1cae0af
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 20 months ago 2023-05-19 23:11:10
drewp@bigasterisk.com
fix `make show_data_checkpoint`
2 files changed with 4 insertions and 6 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -33,15 +33,13 @@ node_modules
 
lib/FlameGraph/
 
lib/pyflame/
 
show/dance..../capture
 
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/
 
__pypackages__
 
work
 
.pytest_cache
makefile
Show inline comments
 
@@ -72,15 +72,15 @@ qlc_artnet_dmx_proxy:
 
	qlcplus --open cur/qlc.qxw
 

	
 
no_screen_blanking:
 
	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 ###
 

	
 
raspberry_pi_packages:
 
	sudo apt-get install python3-picamera python3-dev python3-twisted python3-virtualenv
 

	
0 comments (0 inline, 0 general)