Skip to content

Commit

Permalink
Makefile description (#23)
Browse files Browse the repository at this point in the history
* deploy with Terraform

* Add Makefile

* set the splitter to 20

* neater permission

* better description of touched
  • Loading branch information
paul-butcher authored Jul 23, 2024
1 parent fa9b91f commit ec60f2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ shoots/clean:
%.sliced: %
split -l 20 $< $<.

# Touch the files already on AWS. This will stimulate the corresponding transfer lambdas
# Touch the files already on AWS. This will stimulate the corresponding transfer lambdas.
# The target system can sometimes be unexpectedly unavailable or overwhelmed,
# resulting in failures.
# This allows us to invoke the process from just before the failure
# In order to run this, set your AWS profile to one with authority in the digitisation account.
%.touched.staging: %
cat % | python src/touch.py staging
Expand Down

0 comments on commit ec60f2f

Please sign in to comment.