Colin Walters
1feac1b787
TODO: Add an item about commit objets
2013-07-23 14:42:07 -04:00
Colin Walters
3d7bff2d41
admin: Add an "undeploy" command
...
Otherwise it's really easy to keep accumulating deployments. Also, we
may want to run this after rebooting, so we're back down to one
operating system.
2013-07-23 09:19:24 -04:00
Colin Walters
67823beb1f
core: Don't strip setuid bits when creating files
...
This ugly regression occurred because I overlooked the fact that our
chown() invocation would strip off setuid.
2013-07-18 14:23:55 -04:00
Colin Walters
3e2d2f3e9e
main: show: Don't strip mode, let's see the whole thing
...
Just useful for debugging.
2013-07-18 14:23:12 -04:00
Colin Walters
f0c5a5f334
main: Add --delete option to fsck
...
This is useful for clearing out all corrupted objects locally.
2013-07-18 12:09:44 -04:00
Colin Walters
c8801ae489
main: Clean up fsck code: honor --quiet, warn (but continue) on missing objects
...
When we make fsck --delete work again, it will be convenient to
continue on missing objects.
2013-07-18 09:05:58 -04:00
Colin Walters
a4f5ad8542
Update libgsystem
2013-07-17 23:00:03 -04:00
Colin Walters
41cb37a858
main: Make "ostree show" actually useful for files
...
We already have "ostree cat" for files, here we want to see a dump of
the metadata.
2013-07-17 21:10:04 -04:00
Colin Walters
2bdbffc424
TODO: Add more
2013-07-17 20:21:56 -04:00
Colin Walters
a40b09310c
tests: Add a test for link checkout speedup
2013-07-17 19:47:40 -04:00
Colin Walters
1b3ef57cf4
diff: Add --stats option
...
This a neat way to see how many objects are shared between two
commits.
2013-07-17 19:20:53 -04:00
Colin Walters
a3b6401788
main: Add --link-checkout-speedup option to commit
...
And disable devino scan by default. For the gnome-ostree build case,
our commits are from "make install DESTDIR=", so they won't be
hardlinks into the repo. In that case, particularly as the repository
size grows, the cost of building up the devino -> checksum mapping
becomes a problem.
The compose step will use this option though.
2013-07-17 19:20:53 -04:00
Jiro Matsuzawa
95e0d767b8
doc: Fix a typo
...
https://bugzilla.gnome.org/show_bug.cgi?id=704365
2013-07-17 21:49:08 +09:00
Colin Walters
7f4ba736ea
Release 2013.4
2013-07-16 20:41:47 -04:00
Colin Walters
74c1fe1dae
doc: A long overdue manpage update
...
Ok, just a little one, but still. I actually updated documentation!
2013-07-16 18:40:11 -04:00
Colin Walters
aac52cb9f7
main: Move GCancellable to toplevel
...
This is just cleaner, and makes the builtins slightly more of a
library, which in turn makes it easier to turn them into real API.
2013-07-16 18:13:39 -04:00
Colin Walters
272274f0af
prune: Don't fail if a to-be-pruned object doesn't exist
...
Previously, if a prune was interrupted, further attempts would fail.
It's just better to silently continue here.
2013-07-16 10:01:58 -04:00
Colin Walters
62a896350b
Drop support for fifos and devices
...
While the first was useful way back in the day when we were importing
Debian bits and /sbin/init was expecting to find /dev/.initctl as a
named pipe, that's no longer an issue with systemd since it uses
dynamic Unix sockets.
Likewise, character and block devices in /dev are now dynamically
created by the devtmpfs from the kernel.
Less complexity and code here if we just support directories, regular
files, and symbolic links.
2013-07-16 09:35:44 -04:00
Colin Walters
8724565291
core: Drop a leftover unnecessary #define _GNU_SOURCE
...
We now use AC_USE_SYSTEM_EXTENSIONS.
2013-07-16 09:22:42 -04:00
Colin Walters
444234e7db
core: Use gsystem API for generating temporary names
...
Drops duplicated code.
2013-07-16 08:51:53 -04:00
Colin Walters
acdf1ca4fe
core: Use gs_file_create()
...
This allows us to drop a chmod() invocation, since the regular file
path was the only thing that didn't handle mode.
2013-07-16 08:51:53 -04:00
Colin Walters
ed55998f36
Update libgsystem
2013-07-16 08:51:53 -04:00
Colin Walters
fb93b95807
admin: Rename prune -> cleanup, avoid doing repo prune twice
...
Calling it "cleanup" is better since it does more than repo pruning.
We were also doing a prune twice; ot_admin_cleanup() already does one,
so drop the bits to do it in cleanup.c.
2013-07-15 16:13:12 -04:00
Colin Walters
d5f1ce4e17
admin: Initialize sysroot to / by default, not garbage from the stack
...
Oops.
2013-07-11 17:29:04 -04:00
Colin Walters
60f5183298
admin status: Print out origin too
...
This is useful data.
2013-07-11 17:07:14 -04:00
Colin Walters
e95935a3f6
main: Also make ostree admin foo --help work
...
A followup for the previous commit.
2013-07-10 18:42:58 -04:00
Colin Walters
b7460cf0b6
main: Only parse options in subcommands
...
This makes e.g. "ostree commit --help" work, which is really good.
2013-07-10 18:23:52 -04:00
Colin Walters
be2bebaf3e
main: Don't look for /sysroot/ostree too
...
No longer necessary now that we expect OS/ trees to have
/ostree -> /sysroot/ostree.
2013-07-10 18:13:55 -04:00
Colin Walters
124416d832
Use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCE
...
It's less copy/paste, works everywhere, etc.
Also fix some missing #include "config.h".
2013-07-10 13:25:35 -04:00
Colin Walters
8cb348315e
main: Print "error: " prefix on errors
...
It's just clearer that something went wrong.
2013-07-10 13:25:15 -04:00
Colin Walters
32d2cd57c1
admin: Add a warm fuzzy message to deploy about transactions
...
Since it sounds cool and stuff.
2013-07-10 02:30:26 -04:00
Colin Walters
1b1268d3f4
TODO: Misc updates
2013-07-10 00:00:11 -04:00
Colin Walters
12c76188c0
Delete leftover kernel update hooks
2013-07-09 20:38:05 -04:00
Colin Walters
89181c4e8e
Build without libsoup again
2013-07-09 20:35:15 -04:00
Colin Walters
88cca89317
ostree: Some header file cleanups
2013-07-09 20:30:00 -04:00
Colin Walters
45c7536697
cmd: Drop "ostree admin install" and curl fetcher
...
It isn't useful at the moment, since the deploy stuff all changed. It
will make sense to bring back later, but for now let's not carry
broken untested code.
2013-07-09 20:18:29 -04:00
Colin Walters
2535f32c56
libostree: Move pull code into here
...
More library work.
2013-07-09 20:14:53 -04:00
Colin Walters
5dd0d5da40
libostree: Move prune into OstreeRepo namespace
...
More library work.
2013-07-09 20:05:31 -04:00
Colin Walters
2aa0251b1b
libostree: Rename ostree-traverse.h into OstreeRepo namespace
...
This operates on the repo, it might as well be methods on it.
2013-07-09 19:59:39 -04:00
Colin Walters
cb6b69616c
libostree: Split off -refs.c
...
Continuing to break up ostree-repo.c.
2013-07-09 19:49:00 -04:00
Colin Walters
3b6a94d272
libostree: Split off libarchive code
2013-07-09 19:11:37 -04:00
Colin Walters
dbffd31017
libostree: Start splitting up the monstrous ostree-repo.c
...
Checkout now lives in its own file.
2013-07-09 19:02:38 -04:00
Colin Walters
5ad0671cd2
Switch to #pragma once for headers
...
It's just less tedious, and we're GCC/LLVM specific anyways.
2013-07-09 18:53:22 -04:00
Colin Walters
7f48c77204
pull: Explicitly use thread-default main context
...
As preparation for pushing our own temporary context.
2013-07-09 18:46:00 -04:00
Colin Walters
13e33cd76b
admin: Use internal pull API instead of subprocess
...
So we're doing more of the library thing.
2013-07-09 18:34:05 -04:00
Colin Walters
4c2a8bc210
pull: Destroy queue watching GSource
...
When being more of a library, we can't leave garbage attached to the
default main context.
2013-07-09 18:33:30 -04:00
Colin Walters
b18e21be1d
core: Move pull logic into an API
...
The general trend should be becoming more of a shared library with
command line wrappers.
2013-07-09 17:58:03 -04:00
Colin Walters
a181310a49
pull: Add "tls-permissive" config option to disable SSL/TLS certificate checks
...
Like GIT_SSL_NO_VERIFY=true, available for the same reasons.
2013-07-09 15:40:20 -04:00
Colin Walters
7092e88eac
pull: Verify SSL/TLS certificates against system CA file by default
...
We also need a mechanism like GIT_SSL_NO_VERIFY...probably an option
in the config.
2013-07-09 15:02:48 -04:00
Colin Walters
b5b2aca592
prepare-root: Don't be strict about the sysroot mount name here
...
While the systemd integration effectively requires /sysroot, it will
help people trying to use OSTree with other initramfs systems
(e.g. initramfs-tools) if we don't hardcode that requirement in this
tool.
2013-07-09 12:04:02 -04:00