aboutsummaryrefslogtreecommitdiff
path: root/build.py
Commit message (Collapse)AuthorAge
* Reformat (Black) and lint (flake8) Python scriptsJoshua M. Boniface2024-02-16
|
* Move configuration into YAML documentJoshua M. Boniface2024-02-16
| | | | | Simplifies changes in the future especially for new releases of e.g. Debian/Ubuntu, and makes the definitions easier to read.
* Add JELLYFIN_VERSION to all build-time envsJoshua M. Boniface2024-02-16
|
* Make all variables more descriptiveJoshua M. Boniface2024-02-15
|
* Remove extra newlinesJoshua M. Boniface2024-02-12
|
* Use osversion in changelogJoshua M. Boniface2024-02-11
|
* Switch to using codenames for releasesJoshua M. Boniface2024-02-11
| | | | Will make life easier when dealing with reprepro later.
* Take minutes and seconds off auto-versionJoshua M. Boniface2024-02-11
| | | | | | 1-hour resolution is enough to make this unique for our planned purposes, and keeps this from being too long. Once testing is completed can probably drop the hour too and just go with a 1-day version.
* Accept master as jversJoshua M. Boniface2024-02-11
|
* Clean up build commandsJoshua M. Boniface2024-02-11
|
* Add Windows buildsJoshua M. Boniface2024-02-11
|
* Combine all portable archive buildsJoshua M. Boniface2024-02-11
|
* Add portable linux buildJoshua M. Boniface2024-02-11
|
* Add portable buildsJoshua M. Boniface2024-02-11
|
* Add combined docker builds and rework Deb buildsJoshua M. Boniface2024-02-11
|
* Add initial build scriptJoshua M. Boniface2024-02-07
bgstack15