Compare commits

...

10 Commits

Author SHA1 Message Date
cad768627f fix: add PLUGIN_HOSTNAME: in Drone.io pipeline step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 21:15:04 +01:00
8129187bd9 feat: extend .drone.yml with step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 20:46:36 +01:00
1e08ba5b73 feat: extend .drone.yml with step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 14:51:30 +01:00
f5e9615799 feat: add architecture section
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 12:19:43 +01:00
616f2d7dcc chore: add build status badge for Drone
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 15:18:15 +01:00
b38807c62a feat: reduce project name
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-22 15:11:21 +01:00
72d0012f33
Separate pipelines for PRs and releases
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-11-22 13:57:12 +01:00
431607c6e5 feat: adjust Drone config 2022-11-21 22:02:31 +01:00
64b7c3eaeb chore: configure Gitea Release plugin for Drone 2022-11-21 22:02:25 +01:00
77473030b5 chore: remove Drone test config 2022-11-17 18:41:13 +01:00
5 changed files with 61 additions and 28 deletions

View File

@ -1,11 +1,6 @@
---
kind: pipeline
type: docker
name: amd64-main
platform:
os: linux
arch: amd64
name: default
trigger:
branch:
@ -19,27 +14,45 @@ steps:
image: sphinxdoc/sphinx-latexpdf:5.0.2
commands:
- apt-get update
- apt-get -y install texlive-lang-german rsync
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make -j4 latexpdf
- name: upload
image: alpine
environment:
NC_USER:
from_secret: nextcoud_user
NC_PASSWORD:
from_secret: nextcloud_password
commands:
- apt add curl
- curl -X PUT -u $NC_USER:$NC_PASSWORD https://work.wtf-eg.de/remote.php/dav/files/$NC_USER/FreeFleetManagement/FFFleet%20Handbuch.pdf -T bundle/latex/rtfm-dashandbuchderfreefederatedfleetfffleetinitiative.pdf
when:
branch:
- main
event:
- push
- make latexpdf
- make html
---
kind: signature
hmac: 7225cd21b9a1284bba09bd0f943e5873865f176e1dca49147ea8e309421e6726
kind: pipeline
name: publish
...
trigger:
event:
- tag
steps:
- name: build
image: sphinxdoc/sphinx-latexpdf:5.0.2
commands:
- apt-get update
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make latexpdf
- make html
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wtf-eg.de
files: build/latex/rtfm-dashandbuchderfreefederatedfleetinitiative.pdf
- name: html
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: username
FTP_PASSWORD:
from_secret: password
PLUGIN_HOSTNAME:
from_secret: hostname
PLUGIN_SRC_DIR: /build/html
PLUGIN_DEST_DIR: /home/pacs/sib00/users/swingbe_fffleet/doms/fffleet.swingbe.de/subs-ssl/www
PLUGIN_MIRROR_OPTS: -e
PLUGIN_CLEAN_DIR: false

View File

@ -1,3 +1,7 @@
# General
[![Build Status](https://drone.wtf-eg.de/api/badges/FreeFleetManagement/manual/status.svg)](https://drone.wtf-eg.de/FreeFleetManagement/manual)
# Introduction
Call ```sphinx-quickstart``` to setup the project.

View File

@ -17,12 +17,12 @@
# -- Project information -----------------------------------------------------
project = 'RTFM - Das Handbuch der Free Federated Fleet (FFFleet) Initiative'
project = 'RTFM - Das Handbuch der Free Federated Fleet Initiative'
copyright = '2022, <tdb>'
author = 'Software Ingenieur Begerad (SIB)'
# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.2'
# -- General configuration ---------------------------------------------------

View File

@ -14,6 +14,7 @@ RTFM - Das Handbuch der Free Federated Fleet (FFFleet) Initiative
manual/open-issues
manual/requirements
manual/introduction
manual/architecture
manual/components
manual/research

View File

@ -0,0 +1,15 @@
# Architektur
//TODO tbc
## Systemumgebung
//TODO tbc
## Systemkontext
//TODO tbc
## Systembeschreibung
//TODO tbc