aboutsummaryrefslogtreecommitdiff
path: root/brep/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-22 01:30:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-22 16:08:45 +0300
commit0e6d08495733ed268e1624ca6450a0f4ecccac33 (patch)
tree0d2f58c87a96ebca97f17b7c5697413fc9118908 /brep/build
parent7cde0aab8206a5d95091860a8c1114d625f5280a (diff)
Add support for forced rebuild
Diffstat (limited to 'brep/build')
-rw-r--r--brep/build6
1 files changed, 3 insertions, 3 deletions
diff --git a/brep/build b/brep/build
index adc52ff..42798bb 100644
--- a/brep/build
+++ b/brep/build
@@ -101,8 +101,8 @@ namespace brep
public:
using timestamp_type = brep::timestamp;
- // Create the build object with the testing state, non-existent status and
- // the timestamp set to now.
+ // Create the build object with the testing state, non-existent status,
+ // the timestamp set to now and the forced flag set to false.
//
build (string name, version, string configuration);
@@ -120,7 +120,7 @@ namespace brep
// True if the package rebuild has been forced.
//
- //bool forced;
+ bool forced;
// Present only if the state is 'tested'.
//