summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* build: Remove --enable-embedded-dependenciesColin Walters2014-04-221-27/+0
| | | | | | This is going to bitrot too much; we'll figure out a better way to do this when someone if a RHEL6 port ever happens. Probably Software Collections.
* Use external libgsystem 2014.2Colin Walters2014-04-041-7/+0
| | | | | | | It's been split off for a while, let's kill the code duplication. Among other things, this fixes the systemd detection for the journal logging.
* Remove custom SELinux policyColin Walters2014-03-151-4/+0
| | | | | This was a temporary hack until the requisite bits landed upstream in the Fedora SELinux policy.
* build: Add --enable-selinux-custom-policyColin Walters2014-03-011-1/+1
| | | | | | | Don't use this. It's just for me, and only temporarily until this stuff all lands in the Fedora (and ideally upstream) selinux-policy.
* Add internal SELinux policy overridesColin Walters2014-02-191-0/+4
| | | | | In the future, this will likely include an ostree_t domain. For now, this is just a few additional allow rules.
* packaging: Update infrastructureColin Walters2014-01-181-22/+0
| | | | | | | The Makefile.dist-packaging lives canonically in rpm-ostree/ for now, it's my latest hack to automate git -> (s)rpm. Update the spec.in from current Fedora.
* build: Don't use += for ACLOCAL_AMFLAGSColin Walters2014-01-111-1/+1
| | | | It confuses the autotools.
* build: Add Makefile-decls.amColin Walters2014-01-031-34/+6
| | | | I'll be sharing this across more of my projects.
* Move xattr handling into libgsystem, fix sysroot to handle directory ↵Colin Walters2013-11-281-1/+1
| | | | | | | | | | | | | | | | ownership/perms This large patch moves the core xattr logic down into libgsystem, which allows the gs_shutil_cp_a() API to copy them. In turn, this allows us to just use that API instead of rolling our own recursive copy here. As noted in the new comment though, one case that we are explicitly regressing is where the new /etc removes a parent directory that's needed by a modified file. This seems unlikely for most vendors now, but let's do that as a separate bug. https://bugzilla.gnome.org/show_bug.cgi?id=711058
* Add support for mkinitcpioDaniel Narvaez2013-10-241-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710682
* COPYING: Now fully LGPLv2+Colin Walters2013-09-111-1/+1
| | | | | | | | | I ran into Jeremy Katz today, and he gave me permission to relicense the small bits of switch-root.c to LGPLv2+. This combined with permission from Peter Jones allows OSTree to become fully LGPLv2+. Not a big deal, it's just a lot clearer to only have one license, and it makes it easier to turn application code into library code.
* build: Add a note that ostree only supports InstalledTestsColin Walters2013-08-271-0/+8
|
* Fix make distcheckSjoerd Simons2013-08-171-0/+1
| | | | | | | | | | | make distcheck was unhappy for various reasons: * headers aren't data, so use _HEADERS otherwise compilation fails * Mark the gir & typelib data as cleanfiles so they aren't left around after make clean * Don't nuke the .la file. This breaks make uninstall, leave it up to distributions to not install .la files if they don't want them. https://bugzilla.gnome.org/show_bug.cgi?id=705850
* build: Fix the build without documentationColin Walters2013-08-161-1/+1
| | | | Just key everything of gtk-doc.
* Add gtk-doc supportColin Walters2013-08-161-41/+11
| | | | | Yes, it's really me. Colin Walters. Writing documentation. You don't need to do a DNA test.
* Install a shared libraryColin Walters2013-07-261-0/+16
| | | | | This required a fair bit of surgery because previously ostree.h included otutil.h, but that's supposed to be a private library.
* Remove stub daemon codeColin Walters2013-07-071-1/+0
| | | | | This really shouldn't have lived so long...it does nothing now, and we should probably just be exposing an API for packagekit anyways.
* Remove built in "triggers"Colin Walters2013-07-071-3/+0
| | | | | | | | | | | | | | | Originally, the idea was that clients would replicate "OS/tree"s from a build server, but we'd run things like "ldconfig" on the client. This was to allow adding e.g. the nVidia binary driver. However, the triggers were the only thing in the system at the moment that really had expected knowledge of the *contents* of the OS, like the location of binaries. For now, it's architecturally cleaner if we move the burden of triggers to the tree builder (e.g. gnome-ostree or RPM). Eventually we may want OSTree to assist with this type of thing (perhaps something like RPM %ghost), but this is the right thing to do now.
* dracut: Add ostree-remountColin Walters2013-06-041-0/+2
| | | | | | | | | | | | | Linux creates a copy of the soure mount flags when creating a bind mount; if the source is read-only, then the bind mount is. The problem is that systemd will remount the rootfs read/write, but each mount (/home, /var etc.) will still be read-only. We need to remount every bind mount except for /usr to read-write too. This only "worked" with the old ostree-switch-root because it effectively force mounted the rootfs read-write always, ignoring the "ro" flag.
* Add --with-dracutColin Walters2013-06-031-0/+1
| | | | | | | This installs a Dracut module which parses the ostree= kernel command line argument, and if given, sets up the OS/ at /sysroot, which systemd's switch-root then moves into. This only works if dracut is configured to use systemd itself.
* Add a --version argument that also outputs featuresColin Walters2013-05-011-0/+1
| | | | | And use it in the tests to skip libarchive tests when the build doesn't support it.
* Install testsColin Walters2013-05-011-0/+2
| | | | Matching https://live.gnome.org/GnomeGoals/InstalledTests
* build: Set libsoup min/max definesColin Walters2012-12-211-1/+2
| | | | So we don't get warnings about soup_requester being deprecated.
* Update to the latest libgsystemColin Walters2012-11-291-0/+1
|
* build: Add autogen.sh, the COPYING.{GPL,LGPL} files to EXTRA_DISTColin Walters2012-09-251-0/+2
| | | | We want them in tarballs too.
* packages: Tweak srpm commandColin Walters2012-09-201-2/+2
| | | | This spec should be usable for both embedded dependencies and not.
* Move "ostadmin" => "ostree admin"Colin Walters2012-09-081-1/+0
| | | | This helps us avoid polluting the global binary namespace.
* build: Add dist-snapshotColin Walters2012-08-281-0/+17
| | | | | Take the current git HEAD and make a tarball from it; should be useful for putting snapshots into Poky.
* Update libgsystemColin Walters2012-08-271-1/+1
|
* build: Add --enable-triggers-onlyColin Walters2012-08-261-0/+2
| | | | | For bootstrapping gnome-ostree, we need to install the triggers early on, before we actually build the real ostree binary.
* embedded-dependencies: Fix ACLOCAL_FLAGS, update for libgsystemColin Walters2012-08-191-6/+27
| | | | | | * Handle the libgsystem submodule * ACLOCAL_FLAGS was broken * Add srpm-embedded
* Hard require GLib 2.34Colin Walters2012-07-151-1/+1
| | | | | Anyone wanting to build against an earlier version can use the embedded-dependencies system.
* Add libgsystem as git externalColin Walters2012-07-151-0/+4
| | | | Don't replace ot_lfree and stuff yet though...to much code churn.
* build: Various bugfixes for embedded-dependenciesColin Walters2012-06-201-2/+2
|
* Support building with embedded libsoupColin Walters2012-06-141-11/+24
|
* Support building with embedded glibColin Walters2012-06-141-0/+30
|
* ostbuild: Move to gnome-ostree moduleColin Walters2012-06-081-1/+0
| | | | | | | Since we want to keep "ostree" buildsystem-independent, let's move ostbuild out into the gnome-ostree module. http://git.gnome.org/browse/gnome-ostree/commit/?id=04ba1926e33b442af1e357460e4415d4c0311e87
* core: use GLIB_VERSION_MAX_ALLOWED=2.28Colin Walters2012-05-251-1/+2
| | | | | We want to build/run even on relatively old OSes, so that we can be used to bootstrap and maintain newer builds.
* ostadmin: Initial codeColin Walters2012-05-071-0/+1
|
* Release 2012.0v2012.0Colin Walters2012-03-311-0/+2
| | | | This marks a new versioning scheme.
* Add ostree-switch-root hereColin Walters2012-02-051-0/+2
| | | | | | Merge the code from ostree-init; now that we're back to targeting an initramfs (dracut), we don't need to statically link the binary, so there's no strong reason to have a separate module.
* build: Add --disable-documentation flagColin Walters2012-01-131-1/+1
| | | | We may have xsltproc, but no DTDs.
* Add an initial man page - ostree(1)Colin Walters2011-12-231-0/+41
| | | | Heavily cribbed from systemd - thanks Lennart!
* core: Make libostree.so an installed libraryColin Walters2011-11-291-0/+2
| | | | This will make it easier to have multiple binaries.
* ostbuild: Rename osbuild to ostbuild, clean up old C filesColin Walters2011-11-251-1/+1
|
* core: Stub out a system daemonColin Walters2011-11-201-0/+1
|
* Switch to using explicit WARN_CFLAGSColin Walters2011-11-111-0/+1
| | | | The rationale is documented well in the automake manual.
* Switch to LGPLv2+ for most codeColin Walters2011-11-101-0/+17
| | | | | | | | | | | Since we're making a shared library, it should be usable by non-GPL apps. To allow more code sharing between the core and the tests, move them to the LGPLv2+ too. A few bits of test and other code are still GPL. See the new COPYING file for more information.
* Some work on ostree-buildColin Walters2011-11-031-0/+1
|
* De-recursify source treeColin Walters2011-11-021-1/+3
|