From f71125a0d3df1ec17453212fd5b6e64bf492fbf2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Jul 2015 13:18:21 -0400 Subject: Switch build method to keep a copy of the current tarball in the repository rather than fetching it every time, both to simplify the build and to avoid a lot of gratuitous re-fetches of the tarball when building under continuous integration or release engineering scripts. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0205e5d..a0681b3 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ SQLite3 ======= This is a trivial port of the SQLite3 database package to the Cryptech -environment. At least for now, this just downloads the source -package, checks that the SHA-256 digest of the source tarball matches -a known value, and builds the package with the options we want. +environment. If we end up making heavier use of SQLite3 as the project progresses, we may need something more elaborate (eg, to enable SQLite3's "bare -- cgit v1.2.3