summaryrefslogtreecommitdiff
path: root/buildstream/_ostree.py
Commit message (Expand)AuthorAgeFilesLines
* Remove OSTree artifact cacheJürg Billeter2018-07-171-321/+0
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* _ostree.py: Introduce _list_all_refs() and list_artifacts()Tristan Maat2018-06-071-0/+44
* _ostree.py: Reintroduce remove()Tristan Maat2018-06-071-0/+36
* _ostree.py: Remove unused function list_remote_refs()Jürg Billeter2018-05-111-20/+0
* _ostree.py: Mention the remote URL when we fail to fetch remote refsJim MacArthur2018-04-091-1/+2
* _ostree.py: Add diff_dirs functionTristan Maat2018-03-271-0/+167
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-9/+9
* pylint - dealt with import warningsJames Ennis2018-03-141-2/+5
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-141-0/+4
* _ostree.py: Use list of refs as commit parameterJürg Billeter2018-02-271-10/+6
* _ostree.py: Disable OSTree's minimum disk space check in our repossam/disable-ostree-free-space-checkSam Thursfield2018-02-221-0/+7
* Add support for multiple remote cachesSam Thursfield2018-01-111-1/+1
* Exceptions refactoringTristan Van Berkom2017-12-291-2/+3
* _ostree.py: Avoid raising GLib.Error from configure_remote()Sam Thursfield2017-12-121-6/+9
* Remove unused importsGökçen Nurlu2017-12-071-3/+0
* _ostree.py: Fix string formatting in fetch()Jürg Billeter2017-11-201-1/+2
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-1/+2
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-061-2/+2
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* _ostree.py: Fix error handling to handle GLib.ErrorTristan Van Berkom2017-10-151-5/+1
* Ensure that artifact file permissions are set in the right orderTristan Maat2017-10-131-0/+6
* _ostree.py: Removed remove()Tristan Van Berkom2017-09-081-23/+0
* _ostree.py: Add list_remote_refs()Jürg Billeter2017-07-201-0/+19
* _ostree.py: Add set_ref()Jürg Billeter2017-07-141-0/+22
* _ostree.py: Support branches in commit()Jürg Billeter2017-07-141-1/+6
* _ostree.py: Removed push() APITristan Van Berkom2017-07-101-63/+0
* _ostree.py: Implement push with `ostree-push` and removed fetch_ssh() methodTristan Van Berkom2017-07-091-33/+41
* _ostree.py: Added mountdir option to ostree push/pull apisTristan Van Berkom2017-07-031-3/+7
* _ostree.py: Call ostree shell scripts with SIGTERM handling enabled.Tristan Van Berkom2017-07-031-0/+2
* _ostree.py: Add remove functionJürg Billeter2017-06-271-0/+23
* _ostree.py: Support local artifact sharingJürg Billeter2017-06-271-10/+15
* _ostree.py: Add SSH artifact fetch supportJürg Billeter2017-06-271-0/+22
* _ostree.py: Add SSH artifact push supportJürg Billeter2017-06-271-0/+25
* _ostree.py: Support multiple remotesJürg Billeter2017-06-271-10/+12
* _ostree.py: Restore the setting of everything to root ownershipTristan Van Berkom2017-06-121-7/+6
* _ostree.py: Changes to repository modes.Tristan Van Berkom2017-04-051-9/+24
* _ostree.py: Make internal OSTreeError derive from _BstErrorTristan Van Berkom2017-03-101-1/+2
* _ostree.py: Fixed _ostree.exists() implementation.Tristan Van Berkom2017-01-191-4/+20
* _ostree.py: Adding ostree module for handling ostree interactions.Tristan Van Berkom2017-01-161-0/+273