Compare commits

...

6 Commits
test ... main

Author SHA1 Message Date
dancingCycle cad768627f fix: add PLUGIN_HOSTNAME: in Drone.io pipeline step html
continuous-integration/drone/push Build is passing Details
2022-12-14 21:15:04 +01:00
dancingCycle 8129187bd9 feat: extend .drone.yml with step html
continuous-integration/drone/push Build is passing Details
2022-12-14 20:46:36 +01:00
dancingCycle 1e08ba5b73 feat: extend .drone.yml with step html
continuous-integration/drone/push Build is passing Details
2022-12-14 14:51:30 +01:00
dancingCycle f5e9615799 feat: add architecture section
continuous-integration/drone/push Build is passing Details
2022-12-13 12:19:43 +01:00
dancingCycle 616f2d7dcc chore: add build status badge for Drone
continuous-integration/drone/push Build is passing Details
2022-11-22 15:18:15 +01:00
dancingCycle b38807c62a feat: reduce project name
continuous-integration/drone/push Build is passing Details
2022-11-22 15:11:21 +01:00
5 changed files with 38 additions and 3 deletions

View File

@ -17,6 +17,7 @@ steps:
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make latexpdf
- make html
---
kind: pipeline
@ -34,10 +35,24 @@ steps:
- 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-dashandbuchderfreefederatedfleetfffleetinitiative.pdf
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