From ac6df7a77682bf33b486d451c67ed9650bd9bc2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2015 16:12:31 +0200 Subject: Implement pkg-status, pkg-purge commands; start ad-hoc test --- bpkg/package | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/package') diff --git a/bpkg/package b/bpkg/package index 0c46300..73c0b27 100644 --- a/bpkg/package +++ b/bpkg/package @@ -104,7 +104,8 @@ namespace bpkg // Path to the archive of this package, if any. If not absolute, // then it is relative to the configuration directory. The purge // flag indicates whether the archive should be removed when the - // packaged is purged. + // packaged is purged. If the archive is not present, it should + // be false. // optional archive; bool archive_purge; @@ -112,7 +113,8 @@ namespace bpkg // Path to the source directory of this package, if any. If not // absolute, then it is relative to the configuration directory. // The purge flag indicates whether the directory should be - // removed when the packaged is purged. + // removed when the packaged is purged. If the source directory + // is not present, it should be false. // optional source; bool source_purge; -- cgit v1.1