aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-10-18[builder][server][proxy] facilitate running mypy linter through MakefileWojtek Kosior
2022-10-17[builder][server][proxy] orchestrate Guix-powered development with a MakefileWojtek Kosior
* We're no longer treating builds from git and builds from release tarball differently. We now generate a source tarball under `./dist/` in both cases. * We're now using `guix time-machine` to ensure we're always running a Guix revision that works.
2022-10-12[builder][server][proxy] replace guix.scm with a loadable scheme module; ↵Wojtek Kosior
document Haketilo+Guix usage in the README
2022-10-11[builder][server][proxy] correct build deps infoWojtek Kosior
2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-28bring Hydrilla server part back to a usable stateWojtek Kosior
2022-09-28allow loading packages from zip files through web UI and listing installed ↵Wojtek Kosior
mappings
2022-08-10unfinished partial workWojtek Kosior
2022-04-27improve installation instructionsWojtek Kosior
2022-04-25update READMEWojtek Kosior
2022-04-25typo fixWojtek Kosior
2022-03-02refer to other sources for more information about running HydrillaWojtek Kosior
2022-03-02mention PyPI freedom issues in READMEWojtek Kosior
2022-02-24update README for 1.0 pre-releaseWojtek Kosior
2022-02-09rework Hydrilla to use a separate tool for building its source packagesWojtek Kosior
* Hydrilla now depends on "Hydrilla builder" developed at: https://git.koszko.org/hydrilla-builder/ * Hydrilla repository is now REUSE-compliant * The debian packaging is temporarily not tested and likely to be broken * JSON schemas are now in use (through 'jsonschema' Python library) * This is not yet a release and some minor changes to the API on-fisk format are going to occur before that
2021-11-16correct make_tarballs->tarballs in READMEWojtek Kosior
2021-11-13initial commitWojtek Kosior