Hi,
I'm setting up the management system by going through chapter 8 of the documentation. I'm at the point where I am able to put new experiments into the artiq-work folder and then add/commit/push them. The new experiments pop up in the dashboard explorer but I have to run 'artiq_client scan-repository' for newly pushed experiments to show up. I followed the steps to have the master automatically scan the repository when a new commit is made but it isn't working. I made a new file ~/artiq-master/repository/hooks/post-receive with the same contents as the documentation. I'm not exactly sure what type of file this should be so I made it the same as all of the other files in the ~/hooks directory (.sample).
Also when I scan the repository, the original mgmt_tutorial.py experiment shows as MgmtTutorial while my other 2 experiments show up as Tutorial and Tutorial1 even though those are not the names.
Has anyone had problems like this? If so, any help is appreciated.