Skip to content

Commit

Permalink
Merge branch 'main' into rainbow_version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcutler authored Jun 25, 2024
2 parents de7c2ba + d2a0118 commit bc64585
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MakefileHelper
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ push:
rsync -azP individual_summary_html/*.html ${USERNAME}@${HWSERVER}:${REPORTS_DIRECTORY}/summary_html/
rsync -azP individual_summary_html/*.json ${USERNAME}@${HWSERVER}:${REPORTS_DIRECTORY}/seating/final_exam/

local_pull:
mkdir -p raw_data/
rsync -azPq ${REPORTS_DIRECTORY}/ raw_data/

local_push:
rsync -azPq individual_summary_html/*.html ${REPORTS_DIRECTORY}/summary_html/
rsync -azPq individual_summary_html/*.json ${REPORTS_DIRECTORY}/seating/final_exam/

pull_test:
mkdir -p raw_data/
rsync -azPq ${REPORTS_DIRECTORY}/ raw_data/
Expand Down

0 comments on commit bc64585

Please sign in to comment.