Project

General

Profile

ROADMAP version python » History » Version 2

Olivier Bitsch, 09/24/2020 01:05 PM

1 1 Olivier Bitsch
# ROADMAP version python
2
3
1. Détection des changements dans le Git.
4
2. Détection du builder.
5
3. Détection de l'emplacement de publication du résultat
6
4. Détection des vérification à effectuer
7
8
a. Vérification de conformité
9
b. Fabrication du paquet
10
c. Publication du paquet
11 2 Olivier Bitsch
d. notification
12
13
object autoDetect
14
  method builder
15
  method source
16
17
object sourceRepository
18
  method listProject
19
  method fetchProject
20
  method getLastCommit
21
  method getBranch
22
  method getConfig
23
24
object sourceBuilder
25
  method checkSanity
26
  method checkSources
27
  method buildSources
28
  method checkBuild
29
 
30
object publishBinary
31
  method