Meetings2014-03-20 » History » Version 9

J. Moringen, 03/20/2014 03:40 PM

1 1 J. Moringen
h1. Meetings 2014-03-20
2 1 J. Moringen
3 3 J. Moringen
h2. Introspection
4 3 J. Moringen
5 5 J. Moringen
h3. Data Model
6 5 J. Moringen
7 3 J. Moringen
* Machine ID
8 7 J. Moringen
** Necessary for uniqueness. Too complicated? Portable?
9 9 J. Moringen
** See also: http://docs.python.org/2/library/uuid.html#uuid.getnode
10 1 J. Moringen
* Hierarchical participants
11 7 J. Moringen
** Use UUID for parent pointer
12 6 J. Moringen
* Program name vs. executable path vs. name of runtime
13 7 J. Moringen
** Keep it simple
14 1 J. Moringen
15 5 J. Moringen
h3. Implementation
16 5 J. Moringen
17 5 J. Moringen
* Mandatory vs. configurable
18 7 J. Moringen
** Add to @ParticipantConfig@
19 5 J. Moringen
* C++ implementation
20 7 J. Moringen
** Try to load plugin unconditionally
21 5 J. Moringen
* Java implementation
22 7 J. Moringen
** Who can do it? Nobody.
23 7 J. Moringen
** => Delay release
24 5 J. Moringen
* Introspection tool: removal of (supposedly) crashed processes
25 7 J. Moringen
** Configurable removal timeout
26 5 J. Moringen
27 2 J. Moringen
h2. Extended RPC
28 1 J. Moringen
29 3 J. Moringen
* Removal of @request@/@reply@ scopes
30 5 J. Moringen
* Specification of meta-data
31 3 J. Moringen
32 1 J. Moringen
h2. Jenkins
33 1 J. Moringen
34 1 J. Moringen
* Migration of quantal64 slave (needs 1 MEU (Michael equivalence unit))
35 3 J. Moringen
* Support some newer Ubuntu version (precise+quantal doesn't seem to be the most useful combination)
36 1 J. Moringen
* Build win32 stuff using Wine, MinGW (and other free software)
37 1 J. Moringen
* Setup an ARM (which?) slave?
38 8 Anonymous
39 8 Anonymous
h2. Build generator tool
40 8 Anonymous
41 8 Anonymous
* Needs handling of OS dependencies (e.g. debian packages)
42 8 Anonymous
** We will make a first suggestion for syntax in project recipes (cf. gar installer and cpack syntax)
43 8 Anonymous
** Later add mechanism that uses database of available and required system packages (cf. Jan)