Displaying 3 results from an estimated 3 matches for "name_filter".
2014 Jan 13
2
Re: [Bug 1046905] New: RFE: add argument to virt-sysprep to disable individual default operations
On Friday 10 January 2014 10:09:19 Richard W.M. Jones wrote:
> On Thu, Jan 09, 2014 at 03:45:54PM +0000, Richard W.M. Jones wrote:
> > On Thu, Jan 09, 2014 at 04:21:10PM +0100, Pino Toscano wrote:
> > > + and set_operations op_string =
> > > + let currentopset =
> > > + match (!operations) with
> >
> > No need for parentheses around
2014 Jan 13
0
[PATCH] sysprep: add --operations
...st.find (fun { name = n } -> name = n) !all_operations in
OperationSet.add op set
+let add_defaults_to_set set =
+ OperationSet.union set (opset_of_oplist !enabled_by_default_operations)
+
+let add_all_to_set set =
+ opset_of_oplist !all_operations
+
+let remove_from_set name set =
+ let name_filter = fun { name = n } -> name = n in
+ if List.exists name_filter !all_operations <> true then
+ raise Not_found;
+ OperationSet.diff set (OperationSet.filter name_filter set)
+
+let remove_defaults_from_set set =
+ OperationSet.diff set (opset_of_oplist !enabled_by_default_operations)...
2013 Dec 04
3
Ubuntu packages and broken link in docs
Hi,
Two things:
1. Does anyone know of a good PPA with updated packages of Dovecot for
Ubuntu? "For the latest Dovecot for latest Ubuntu LTS see Xiaoka APT
Repository. (Outdated. Could someone provide a ppa for latest stable
Dovecot, please?)"
2. On the http://wiki2.dovecot.org/PrebuiltBinaries#Ubuntu page there
is a link to a supposedly outdated PPA, the ppa page now redirects to