Compare commits

..

9 Commits

Author SHA1 Message Date
wpetit 2d0d0d689d ci: install python3-distutils in docker environment
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-25 07:33:44 -06:00
wpetit 4b8b4c43c2 doc: refactor bpi hardware sheet
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-25 07:03:36 -06:00
lseys 46808786ce doc: add make download-emissary-release in doc
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-25 11:05:44 +02:00
lseys 54492c4f6c doc: create hardware-sheet for bananapi. doc use to discover hardware and install firmware on it only
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-22 12:30:59 +02:00
lseys d19d77c1a8 fix: clear default configuration by setting only requires
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-09 14:52:19 +02:00
lseys f8b76b167e fix: simplify firmware configuration. test => start, ssh access, emissary-agent, contact emissary server OK
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-08 11:57:27 +02:00
lseys d87c30bfcf remise en état du fichier n'ayant pas besoin d'être modifié!
arcad/emissary-firmware/pipeline/head There was a failure building this commit Details
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-07 17:10:48 +02:00
lseys 4a08d1daa7 feat(bpi-r3): default firmware ok. Lan ok, emissary install
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-08-07 14:42:39 +02:00
wpetit e6185af00b feat: add basic bananapi r3 target
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit Details
2023-07-31 13:26:47 -06:00
3 changed files with 3 additions and 12 deletions

6
Jenkinsfile vendored
View File

@ -23,7 +23,6 @@ pipeline {
stage('Update emissary release') { stage('Update emissary release') {
when { when {
branch 'master'
expression { expression {
return params.emissaryRelease != 'latest' return params.emissaryRelease != 'latest'
} }
@ -61,7 +60,7 @@ pipeline {
} }
} }
stage('Build') { stage('Build and release') {
steps { steps {
script { script {
withCredentials([ withCredentials([
@ -81,9 +80,6 @@ pipeline {
} }
stage('Release') { stage('Release') {
when {
branch 'master'
}
steps { steps {
withCredentials([ withCredentials([
usernamePassword([ usernamePassword([

View File

@ -7,12 +7,7 @@ L'ensemble des cibles de construction préconfigurés sont disponibles dans le r
Par exemple: Par exemple:
```shell ```shell
# Télécharger localement les dernières archive du projet emissary # Pour le routeur Linksys WRT1200AC...
make download-emissary-release
# Puis...
# ... pour le routeur Linksys WRT1200AC
make linksys-wrt1200ac make linksys-wrt1200ac
# ... ou pour le routeur Linksys WRT1900AC # ... ou pour le routeur Linksys WRT1900AC

View File

@ -1 +1 @@
v2023.8.25-a1ec5b8 v2023.6.25-42d49eb