summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-admin.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Run clang-formatColin Walters2023-05-021-45/+27
* Strip trailing whitespace on all C filesDan Nicholson2023-02-071-1/+1
* RFE: Add a hidden option to `ostree admin kargs edit-in-place` toHuijing Hei2022-06-231-0/+3
* Add an `ostree-boot-complete.service` to propagate staging failuresColin Walters2022-04-261-0/+3
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* app: Fix various CLI metavariable namesJonathan Lebon2020-07-311-1/+1
* admin: Fix list of subcommands in help and manpageMatthew Leeds2018-06-121-6/+6
* Add concept of "staged" deploymentColin Walters2018-04-121-0/+3
* bin: Hide `admin instutil` commandColin Walters2018-04-111-5/+8
* sysroot: Add concept of deployment "pinning" 📌Colin Walters2018-02-261-0/+3
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* ostree: move flags into command struct, pass down through builtinsRuixin Bao2017-10-201-25/+32
* ostree: Describe subcommands in help outputRuixin Bao2017-10-201-14/+29
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* bin/admin: Don't load sysroot for root commandsJonathan Lebon2017-09-131-1/+1
* tree-wide: Convert to using autoptr(GString) vs g_string_free(...,TRUE)Colin Walters2017-05-051-7/+2
* tree-wide: Squash noncritical compiler warningsColin Walters2017-02-241-1/+1
* tree-wide: Switch to autoptr for GOptionContextColin Walters2016-12-081-3/+1
* Build on older versions of glibAlexander Larsson2016-05-251-1/+1
* admin: Add an `unlock` command, and libostree APIColin Walters2016-03-231-0/+1
* admin: Ensure instutil commands and usage help don't grab lockColin Walters2015-05-151-1/+1
* Remove unnecessary #include "libgsystem.h"Matthew Barnes2015-05-061-1/+0
* Use g_autofree instead of gs_freeMatthew Barnes2015-05-061-2/+2
* Add OstreeAdminBuiltinFlags for admin commandsMatthew Barnes2015-03-251-1/+3
* admin: Add set-origin commandColin Walters2015-01-191-0/+1
* Refactor command-line parsingMatthew Barnes2014-11-241-124/+61
* ostree admin: Add a --print-current-dir optionOwen W. Taylor2014-09-261-4/+36
* --help should always go to stdoutOwen W. Taylor2014-09-251-3/+5
* Fix help output for nested subcommandsOwen W. Taylor2014-09-251-0/+2
* Pass --help to the most nested subcommandOwen W. Taylor2014-09-251-1/+1
* ostree admin: Fix return value from 'ostree admin [instutil]'Owen W. Taylor2014-09-251-1/+7
* manpage: Add separate manpages for each commandAnne LoVerso2014-06-231-6/+6
* Add "ostree admin instutil", move selinux-ensure-labeled thereColin Walters2014-03-191-3/+1
* admin: selinux-ensure-labeled: new builtinColin Walters2014-03-131-0/+3
* admin/switch: New builtin to switch between treesColin Walters2014-01-181-0/+1
* libostree: Add new OstreeSysroot classColin Walters2013-09-151-3/+5
* main: Code cleanup by passing OstreeRepo * directly to builtinsColin Walters2013-08-251-1/+1
* Better parsing for global ostree optionsStef Walter2013-08-131-15/+87
* admin: Clean up builtin prototypeColin Walters2013-07-291-4/+4
* Install a shared libraryColin Walters2013-07-261-0/+1
* admin: Add an "undeploy" commandColin Walters2013-07-231-0/+1
* main: Move GCancellable to toplevelColin Walters2013-07-161-2/+1
* admin: Rename prune -> cleanup, avoid doing repo prune twiceColin Walters2013-07-151-1/+1
* admin: Initialize sysroot to / by default, not garbage from the stackColin Walters2013-07-111-1/+1
* main: Also make ostree admin foo --help workColin Walters2013-07-101-35/+18
* cmd: Drop "ostree admin install" and curl fetcherColin Walters2013-07-091-1/+0
* Remove built in "triggers"Colin Walters2013-07-071-1/+0
* [INCOMPATIBLE CHANGE] Implement new deployment modelColin Walters2013-07-071-21/+4
* admin: Use /sysroot/ostree automaticallyColin Walters2013-02-191-2/+11
* admin: Allow specifying --boot-dirColin Walters2013-01-021-2/+9