Skip to content

Commit

Permalink
Don't actually include submission PDF
Browse files Browse the repository at this point in the history
I'm not sure we want this permanently archived
  • Loading branch information
tchajed committed Apr 15, 2019
1 parent dcac56c commit 004e9cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 3 additions & 6 deletions artifact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ stack test

# Connections between paper and code

This artifact was written against the submission version of the paper, which we
include for archival purposes in the artifact as `argosy-submission.pdf`. We
refer to identifiers by their qualified Coq name; to find `Spec.Proc.proc` you'd
look in `Spec/Proc.v` for a definition called `proc`.
We refer to identifiers by their qualified Coq name; to find `Spec.Proc.proc`
you'd look in `Spec/Proc.v` for a definition called `proc`.

## Section 2 (encoding the semantics)

Expand Down Expand Up @@ -266,8 +264,7 @@ transactional API on top of two unreliable disks. See its separate

This artifact was prepared by using `argosy/artifact/prepare.sh`, which calls
`argosy/release.sh` to package up the Argosy source code. The release consists
of copying the git repo and then deleting things, followed by adding the
submission version of the paper.
of copying the git repo and then deleting things.

The VM was produced by preparing the artifact and then using the packer setup in
`argosy/artifact/vm` to do an unattended install of Xubuntu and export the
Expand Down
2 changes: 0 additions & 2 deletions artifact/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## Put together artifact tarball

src="$1"
submission_pdf="$2"
out="/tmp/argosy-artifact"
out_dir="$PWD"

Expand All @@ -27,7 +26,6 @@ rm argosy.tar.gz
# package up the rest of the artifact
cp "$src/artifact/README.html" ./
cp "$src/artifact/loc.sh" ./
cp "$submission_pdf" ./argosy-submission.pdf
popd
find "$out" -type f -name '._*' -delete

Expand Down

0 comments on commit 004e9cc

Please sign in to comment.