pojntfx / uni-supply-chain-paper

A paper on supply chain security in software development for Uni.

Home Page:https://pojntfx.github.io/uni-supply-chain-paper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uni Supply Chain Paper

A paper on supply chain security in software development for Uni.

Deliverance CI

Overview

You can view the notes on GitHub pages, download them from GitHub releases or check out the source on GitHub.

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build and open a note locally, run the following:

$ git clone https://github.com/pojntfx/uni-supply-chain-paper.git
$ cd uni-supply-chain-paper
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets

The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.

License

Uni Supply Chain Paper (c) 2022 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0

About

A paper on supply chain security in software development for Uni.

https://pojntfx.github.io/uni-supply-chain-paper/

License:GNU Affero General Public License v3.0