Colin Walters
|
556662b24c
|
core: Extract stage_and_checksum() internal API
This will be used for staging both metadata and data consistently
before actually importing it.
|
2011-11-30 21:20:15 -05:00 |
Colin Walters
|
99bf19314e
|
core: Add ot_gfile_create_tmp() to utils, use it
|
2011-11-30 20:32:06 -05:00 |
Colin Walters
|
70574c3c06
|
otutil: New utility functions
|
2011-11-29 13:42:05 -05:00 |
Colin Walters
|
fd58e16a8d
|
core: Minor code cleanup
|
2011-11-25 12:01:05 -05:00 |
Colin Walters
|
3c025e526f
|
core: Ad ot_clear_gvariant(), use it
This saves us a conditional.
|
2011-11-22 10:20:10 -05:00 |
Colin Walters
|
aa69aae94e
|
core: Move merge dirs code into gio utils
|
2011-11-21 15:04:07 -05:00 |
Colin Walters
|
9cf15ed151
|
core: More cleanup of GIO utility API
|
2011-11-18 08:43:47 -05:00 |
Colin Walters
|
231f7ed76c
|
core: Use ot_gfile_ prefix for new local GFile creation function
|
2011-11-18 08:10:23 -05:00 |
Colin Walters
|
6591e586ed
|
core: Remove last user of g_file_new()
|
2011-11-18 08:02:19 -05:00 |
Colin Walters
|
a8735778f0
|
core: Use ot_gfile_get_path_cached() pervasively
This requires no free() calls and is just better.
|
2011-11-17 18:23:36 -05:00 |
Colin Walters
|
aa865bbb83
|
core: Validate file names read from directory variants
In a future where we pull data from remote servers, we don't want
to allow path uplinks.
|
2011-11-16 23:23:30 -05:00 |
Colin Walters
|
18f0b537a4
|
build: Move sources into src/ again
This is necessary if we want to build when srcdir == builddir,
otherwise we blow up because "ostree" is a source directory and a
binary.
|
2011-11-14 15:39:38 -05:00 |
Colin Walters
|
21c7ff74b6
|
De-recursify source tree
|
2011-11-02 15:45:32 -04:00 |
Colin Walters
|
2b00cf3810
|
core: add ^ for rev-parse
|
2011-11-02 13:22:13 -04:00 |
Colin Walters
|
7ca1c3d2e7
|
core: remove HEAD file, use branches instead
HEAD in git describes a working copy, and we don't have those.
Instead, default to a "master" branch. This also lets us support
multiple branches.
|
2011-10-27 14:32:05 -04:00 |
Colin Walters
|
03943c659f
|
Drop glib requrirement to 2.28
This lets it build on more currently-released systems like Fedora 15.
|
2011-10-26 14:12:13 -04:00 |
Colin Walters
|
b27df6fd72
|
"Hacktree" is now known as "OSTree"
It just sounds better.
|
2011-10-18 14:44:48 -04:00 |