Skip to content

Commit 278a62c

Browse files
committed
Remove reference to _unpacked_archives
1 parent 01358a8 commit 278a62c

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ and exchange data:
154154
- `_archives` is used to store copies of all package archives
155155
- `_pkginfos` stores copies of the `PackageInfo.g`
156156
- `_releases`: TODO
157-
- `_unpacked_archives`: TODO
158157

159158

160159
## What do we test, and how?

tools/validate_package.py

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,12 @@
1919
Should be run after scan_for_updates.py. Arguments can be either a package
2020
name, or the path to a meta.json file. For example:
2121
22-
$ tools/validate_package.py aclib digraphs walrus/meta.json
23-
aclib: _archives/aclib-1.3.2.tar.gz already exists, not downloading again
24-
aclib: unpacking _archives/aclib-1.3.2.tar.gz into _unpacked_archives ...
25-
aclib: current release version is 1.3.2, but previous release version was 1.3.2
26-
aclib: validation FAILED!
27-
$ tools/validate_package.py digraphs
28-
digraphs: _archives/digraphs-1.5.0.tar.gz already exists, not downloading again
29-
digraphs: unpacking _archives/digraphs-1.5.0.tar.gz into _unpacked_archives ...
30-
digraphs: validated ok!
22+
$ tools/validate_package.py aclib
23+
_archives/aclib-1.3.3.tar.gz already exists, not downloading again
24+
aclib: PASSED
3125
$ tools/validate_package.py walrus/meta.json
32-
walrus: _archives/walrus-0.9991.tar.gz already exists, not downloading again
33-
walrus: unpacking _archives/walrus-0.9991.tar.gz into _unpacked_archives ...
34-
walrus: the file walrus/meta.yml.old is missing, FAILED!
26+
_archives/walrus-0.9991.tar.gz already exists, not downloading again
27+
walrus: PASSED
3528
"""
3629

3730
import os

0 commit comments

Comments
 (0)