summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtin-deploy.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: Use autoptr for GKeyFileColin Walters2017-05-291-3/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* tree-wide: Remove unused variables detected by CLangColin Walters2016-10-271-1/+0
* libglnx porting: Use glnx_shutil_rm_rf_at()Colin Walters2016-03-231-2/+2
* deploy: Do not prune repositoryMatthew Barnes2015-09-161-1/+1
* admin: Use locking for most sysroot commandsColin Walters2015-05-131-5/+0
* sysroot: Add a try_lock() APIColin Walters2015-05-101-1/+1
* Use g_auto(GStrv) instead of gs_strfreevMatthew Barnes2015-05-061-2/+2
* Use g_autoptr(GPtrArray) instead of gs_unref_ptrarrayMatthew Barnes2015-05-061-1/+1
* Use glnx_unref_object instead of gs_unref_objectMatthew Barnes2015-05-061-4/+4
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-1/+1
* sysroot: Add an API to lockColin Walters2015-05-051-0/+5
* Add OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSERMatthew Barnes2015-03-251-1/+1
* Add OstreeAdminBuiltinFlags for admin commandsMatthew Barnes2015-03-251-1/+3
* Refactor command-line parsingMatthew Barnes2014-11-241-4/+4
* Various manpage / usage blurb improvementsMatthew Barnes2014-11-161-4/+4
* ostree admin instutil set-kargs: make more flexibleOwen W. Taylor2014-09-261-13/+1
* deploy: Also honor multiply-specified kernel args with existing configColin Walters2014-08-031-1/+1
* deploy: Propertly append multiple kernel arguments with --karg-proc-cmdlineColin Walters2014-08-031-1/+1
* Move basic commit API into ostree_sysroot_simple_write_deployment()Colin Walters2014-03-231-3/+4
* deploy: Remove now-unimplemented --no-bootloader argumentColin Walters2014-02-121-2/+0
* deploy: Rework kernel arguments, add --karg-append to "admin deploy"Colin Walters2014-01-161-26/+35
* admin: Add --karg-proc-cmdline argumentColin Walters2014-01-151-1/+43
* sysroot: Move ostree_sysroot_origin_new_from_refspec hereColin Walters2013-10-031-1/+1
* sysroot: Support more arbitrary deployment changesColin Walters2013-10-021-2/+22
* sysroot: Clean up APIColin Walters2013-09-161-21/+11
* libostree: Nearly complete move of API into OstreeSysrootColin Walters2013-09-151-12/+10
* libostree: Move a lot more sysroot API hereColin Walters2013-09-151-3/+3
* Move Deployment and BootconfigParser into libostreeColin Walters2013-09-151-2/+2
* libostree: Add new OstreeSysroot classColin Walters2013-09-151-5/+5
* admin: Clean up builtin prototypeColin Walters2013-07-291-3/+1
* Install a shared libraryColin Walters2013-07-261-0/+1
* [INCOMPATIBLE CHANGE] Implement new deployment modelColin Walters2013-07-071-655/+63
* deploy: Error out if we see usr/etcColin Walters2013-07-051-0/+9
* deploy: Swap current symlink only after updating the kernelColin Walters2013-04-261-56/+75
* deploy: Don't run triggers if /usr/share/ostree/triggers-run existsColin Walters2013-03-041-2/+8
* admin: Don't overwrite previous ref unless it's differentColin Walters2013-01-241-1/+7
* admin update-kernel: Drop support for booting from host kernelColin Walters2013-01-061-8/+5
* admin: Propagate --boot-dir to subcommandsColin Walters2013-01-061-0/+1
* admin: Allow specifying --boot-dirColin Walters2013-01-021-2/+4
* admin: restore current-etc symlinkGiovanni Campagna2012-12-261-0/+14
* admin: Rework /ostree/deploy to support multiple independent operating systemsColin Walters2012-12-211-35/+38
* admin: Support installing a kernel from the tree, default to itColin Walters2012-12-211-10/+23
* core: Use new libgsystem GSSubprocess APIColin Walters2012-12-211-13/+10
* admin: Process newly added config files recursivelyColin Walters2012-12-071-7/+45
* cleanup: Rebase spawn API on top of libgsystem GSSubprocessColin Walters2012-12-011-2/+1
* Switch to using libgsystem shutilColin Walters2012-11-291-6/+6
* Switch to libgsystem directory creation APIColin Walters2012-11-291-2/+2
* Drop some bits from libotutil that are now merged in libgsystemColin Walters2012-11-291-24/+24
* deploy: With --no-kernel, do copy host kernel modulesColin Walters2012-11-211-5/+4