Compare commits
No commits in common. "main" and "drone-sphinx-latexpdf" have entirely different histories.
main
...
drone-sphi
65
.drone.yml
65
.drone.yml
@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
type: docker
|
||||||
|
name: amd64-main
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
@ -14,45 +19,27 @@ steps:
|
|||||||
image: sphinxdoc/sphinx-latexpdf:5.0.2
|
image: sphinxdoc/sphinx-latexpdf:5.0.2
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install texlive-lang-german
|
- apt-get -y install texlive-lang-german rsync
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- make latexpdf
|
- make -j4 latexpdf
|
||||||
- make html
|
- 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
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: signature
|
||||||
name: publish
|
hmac: 7225cd21b9a1284bba09bd0f943e5873865f176e1dca49147ea8e309421e6726
|
||||||
|
|
||||||
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
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
# General
|
|
||||||
|
|
||||||
[![Build Status](https://drone.wtf-eg.de/api/badges/FreeFleetManagement/manual/status.svg)](https://drone.wtf-eg.de/FreeFleetManagement/manual)
|
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
Call ```sphinx-quickstart``` to setup the project.
|
Call ```sphinx-quickstart``` to setup the project.
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = 'RTFM - Das Handbuch der Free Federated Fleet Initiative'
|
project = 'RTFM - Das Handbuch der Free Federated Fleet (FFFleet) Initiative'
|
||||||
copyright = '2022, <tdb>'
|
copyright = '2022, <tdb>'
|
||||||
author = 'Software Ingenieur Begerad (SIB)'
|
author = 'Software Ingenieur Begerad (SIB)'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = '0.1.2'
|
release = '0.1.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -14,7 +14,6 @@ RTFM - Das Handbuch der Free Federated Fleet (FFFleet) Initiative
|
|||||||
manual/open-issues
|
manual/open-issues
|
||||||
manual/requirements
|
manual/requirements
|
||||||
manual/introduction
|
manual/introduction
|
||||||
manual/architecture
|
|
||||||
manual/components
|
manual/components
|
||||||
manual/research
|
manual/research
|
||||||
|
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
# Architektur
|
|
||||||
|
|
||||||
//TODO tbc
|
|
||||||
|
|
||||||
## Systemumgebung
|
|
||||||
|
|
||||||
//TODO tbc
|
|
||||||
|
|
||||||
## Systemkontext
|
|
||||||
|
|
||||||
//TODO tbc
|
|
||||||
|
|
||||||
## Systembeschreibung
|
|
||||||
|
|
||||||
//TODO tbc
|
|
Loading…
Reference in New Issue
Block a user