diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-11-22 14:01:25 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-11-22 14:01:25 -0500 |
commit | f89458c5308495f06f4232c750cd47d40de968c1 (patch) | |
tree | 457c2f456d197e30eae2918ef2662306f6295111 /organizers-notebook | |
parent | 9ee35223de223ba2021aa0e68d49f669818bf5e1 (diff) | |
download | emacsconf-wiki-f89458c5308495f06f4232c750cd47d40de968c1.tar.xz emacsconf-wiki-f89458c5308495f06f4232c750cd47d40de968c1.zip |
Diffstat (limited to 'organizers-notebook')
-rw-r--r-- | organizers-notebook/index.org | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org index c5825866..a231518d 100644 --- a/organizers-notebook/index.org +++ b/organizers-notebook/index.org @@ -540,6 +540,22 @@ Success: ssh bbb.emacsverse.org docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","PASSWORD","user"] #+end_src +** When a talk is added after the schedule has already been drafted +- [X] Add the talk to conf.org +- [X] Add the talk ID to the draft schedule +- [X] Run the draft schedule block +- [X] elisp:emacsconf-schedule-update-from-info +- [X] elisp:emacsconf-publish-talks-json-to-files +- [X] Generate pads with ~ansible-playbook -i inventory.yml prod-playbook.yml --tags pad~ +- [X] elisp:emacsconf-set-file-prefixes +- [X] elisp:emacsconf-update-schedule +- [X] elisp:emacsconf-stream-generate-overlays +- [X] elisp:emacsconf-stream-generate-test-videos +- [X] ~rsync -avze ssh ~/proj/emacsconf/2024/assets/ res:/data/emacsconf/shared/2024/assets/~ +- [X] Send the upload instructions +- [X] Generate the intro text +- [ ] Record the intro + ** When a talk is cancelled :PROPERTIES: :CUSTOM_ID: cancel-talk @@ -547,7 +563,7 @@ docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","P 1. Update the status to CANCELLED. 2. Rejig the schedule if needed, and update with elisp:emacsconf-schedule-update-from-info -3. Update the published schedule with [[elisp:emacsconf-update-schedule]] +3. Update the published schedule with [[elisp:emacsconf-update-schedule]] and push the wiki. 4. Regenerate the intros (before, after). elisp:emacsconf-stream-generate-in-between-pages, then use elisp:subed-record-compile-video in the intros file. 5. Sync the new intros to the /data/emacsconf/shared/$YEAR/assets/intros directory. 6. Regenerate the pads: elisp:emacsconf-pad-prepopulate-all-talks |