aboutsummaryrefslogtreecommitdiff
path: root/mod/options-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/options-types.hxx')
-rw-r--r--mod/options-types.hxx14
1 files changed, 13 insertions, 1 deletions
diff --git a/mod/options-types.hxx b/mod/options-types.hxx
index 8707f7f..f2b059b 100644
--- a/mod/options-types.hxx
+++ b/mod/options-types.hxx
@@ -1,5 +1,4 @@
// file : mod/options-types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_OPTIONS_TYPES_HXX
@@ -26,6 +25,19 @@ namespace brep
page_menu () = default;
page_menu (string b, string l): label (move (b)), link (move (l)) {}
};
+
+ enum class build_order
+ {
+ stable,
+ random
+ };
+
+ enum class build_email
+ {
+ none,
+ latest, // Only send emails for the latest package versions.
+ all
+ };
}
#endif // MOD_OPTIONS_TYPES_HXX