You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
we need to be able to call aula-init-state for extra tasks, selected via command line:
whipe all existing data files, and the directories that contain data files, and create a fresh copy from the current release. this is needed to pull in data files that have been added / changed / removed w.r.t. last release.
make content and make content-deleg do not work any more because of recent changes to aula.yaml. this should also be done by aula-init-state, with $AULA_URL from the Makefile a cli argument, so it can be called from abroad.
The text was updated successfully, but these errors were encountered:
(I think it may be nice to use https://github.com/soenkehahn/getopt-generics for this, but only if it can do what i remember, rather than just the stuff that's described in the readme.)
we need to be able to call aula-init-state for extra tasks, selected via command line:
make content
andmake content-deleg
do not work any more because of recent changes to aula.yaml. this should also be done by aula-init-state, with $AULA_URL from the Makefile a cli argument, so it can be called from abroad.The text was updated successfully, but these errors were encountered: