Skip to content
Snippets Groups Projects
Unverified Commit 22ff3580 authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Import 38c3

parent 714e5828
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ end ...@@ -37,8 +37,8 @@ end
Conference.find_or_create_by!(slug: "37c3") do |c| Conference.find_or_create_by!(slug: "37c3") do |c|
c.name = "37th Chaos Communication Congress" c.name = "37th Chaos Communication Congress"
c.time_zone = "Berlin" c.time_zone = "Berlin"
c.starts_at = DateTime.parse("27 December 2023 10:30 CEST") c.starts_at = DateTime.parse("27 December 2023 10:30 CET")
c.ends_at = DateTime.parse("30 December 2023 19:00 CEST") c.ends_at = DateTime.parse("30 December 2023 19:00 CET")
c.data = { c.data = {
"schedule_url" => "https://fahrplan.events.ccc.de/congress/2023/fahrplan/schedule.json" "schedule_url" => "https://fahrplan.events.ccc.de/congress/2023/fahrplan/schedule.json"
} }
...@@ -46,6 +46,18 @@ Conference.find_or_create_by!(slug: "37c3") do |c| ...@@ -46,6 +46,18 @@ Conference.find_or_create_by!(slug: "37c3") do |c|
c.location = "Congress Center Hamburg" c.location = "Congress Center Hamburg"
end end
Conference.find_or_create_by!(slug: "38c3") do |c|
c.name = "38th Chaos Communication Congress"
c.time_zone = "Berlin"
c.starts_at = DateTime.parse("27 December 2024 10:30 CET")
c.ends_at = DateTime.parse("30 December 2024 19:00 CET")
c.data = {
"schedule_url" => "https://fahrplan.events.ccc.de/congress/2024/fahrplan/schedule/export/schedule.json"
}
c.import_job_class = "pretalx"
c.location = "Congress Center Hamburg"
end
%w[tribut Teal hdsjulian Sophie bergpiratin sblsg Max aerowaffle ningwie Senana ToniHDS].each do |username| %w[tribut Teal hdsjulian Sophie bergpiratin sblsg Max aerowaffle ningwie Senana ToniHDS].each do |username|
User.find_or_create_by(name: username) do |u| User.find_or_create_by(name: username) do |u|
u.email = "c3lingo+#{username}@x.moeffju.net" u.email = "c3lingo+#{username}@x.moeffju.net"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment