Skip to content

Commit

Permalink
i #284 Update Notebook and config file
Browse files Browse the repository at this point in the history
- This should fail until the getters are merged.

Signed-off-by: Dao McGill <dmcgill@hawaii.edu>
  • Loading branch information
daomcgill committed Oct 11, 2024
1 parent 3e5f8f7 commit 4af2c21
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 130 deletions.
32 changes: 12 additions & 20 deletions conf/helix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,25 @@ mailing_list:
mod_mbox:
project_key_1:
mailing_list: https://lists.apache.org/list.html?announce@apache.org
start_year_month: 202310
end_year_month: 202405
save_folder_path: "../extdata/save_mbox_mail"
# mbox_path is for use only with parse_mbox() function. It is the file to parse.
mbox_file_path: "../extdata/save_mbox_mail/kaiaulu_202410.mbox"
save_folder_path: ../../rawdata/kaiaulu/mod_mbox/save_mbox_mail/
# mbox_file_path is for use only with parse_mbox() function. It is the file to parse
mbox_file_path: ../../rawdata/kaiaulu/mod_mbox/save_mbox_mail/kaiaulu.mbox
project_key_2:
mailing_list: https://lists.apache.org/list.html?dev@felix.apache.org
start_year_month: 202201
end_year_month: 202401
save_folder_path: "../extdata/save_mbox_mail"
# mbox_path is for use only with parse_mbox() function. It is the file to parse.
mbox_file_path: "../extdata/save_mbox_mail/kaiaulu_202210.mbox"
save_folder_path: ../../rawdata/kaiaulu/mod_mbox/save_mbox_mail_2/
# mbox_file_path is for use only with parse_mbox() function. It is the file to parse
mbox_file_path: ../../rawdata/kaiaulu/mod_mbox/save_mbox_mail_2/kaiaulu.mbox
pipermail:
project_key_1:
mailing_list: https://mta.openssl.org/pipermail/openssl-users/
start_year_month: 202310
end_year_month: 202405
save_folder_path: "../extdata/save_folder_mail"
# mbox_file_path is for use only with parse_mbox() function. It is the file to parse.
mbox_file_path: "../extdata/save_mbox_mail/kaiaulu_202310.mbox"
save_folder_path: ../../rawdata/kaiaulu/pipermail/save_mbox_mail/
# mbox_file_path is for use only with parse_mbox() function. It is the file to parse
mbox_file_path: ../../rawdata/kaiaulu/pipermail/save_mbox_mail/kaiaulu.mbox
project_key_2:
mailing_list: https://mta.openssl.org/pipermail/openssl-project/
start_year_month: 202203
end_year_month: 202303
save_folder_path: "../extdata/save_folder_mail_2"
# mbox_file_path is for use only with parse_mbox() function. It is the file to parse.
mbox_file_path: "../extdata/save_mbox_mail/kaiaulu_202210.mbox"
save_folder_path: ../../rawdata/kaiaulu/pipermail/save_mbox_mail_2/
# mbox_file_path is for use only with parse_mbox() function. It is the file to parse
mbox_file_path: ../../rawdata/kaiaulu/pipermail/save_mbox_mail_2/kaiaulu.mbox

issue_tracker:
jira:
Expand Down
Loading

0 comments on commit 4af2c21

Please sign in to comment.