Skip to content

Web service to import static deltas to an ostree repository

Notifications You must be signed in to change notification settings

lmyllari/ostree-upload-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run, create a virtual environment

  # virtualenv venv

activate it

  # . venv/bin/activate

install dependencies

  # pip install -r requirements.txt

and launch

  # python main.py


To upload a file with curl:

  # curl -F "file=@/path/to/app.bundle" http://localhost:5000/upload

About

Web service to import static deltas to an ostree repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%