Commit Graph

3797 Commits

Author SHA1 Message Date
Colin Walters
1a90cbca65 products: Drop redundant -server from freeipa 2014-01-17 22:07:13 -05:00
Colin Walters
aafaf9f5c9 fedostree/web: Lots of wordsmithing for homepage 2014-01-17 22:06:49 -05:00
Colin Walters
e7b8b2ec18 Add .gitignore from ostree 2014-01-17 22:00:16 -05:00
Colin Walters
cad6760b6a build: Move copr repo into products.json 2014-01-16 16:35:59 -05:00
Colin Walters
fa20a068f6 Delete old fedostree-make-trees scripts
This is now moved into autobuilder/
2014-01-16 16:34:13 -05:00
Colin Walters
7333091db4 Split out postprocess+commit to separate script
As this logic is of most interest to potential other consumers; it's
not entangled with yum for example.
2014-01-16 11:43:17 -05:00
Colin Walters
df1db5f85b build: Correctly inherit base packages 2014-01-16 06:48:09 -05:00
Colin Walters
94bf3c731d autobuilder: Mostly functional operation on products.json 2014-01-16 06:23:35 -05:00
Colin Walters
1c4262d273 rpmostree: Fix typo in error path 2014-01-16 06:23:26 -05:00
Colin Walters
2d6106e409 dist-packaging: Add buildinstall target 2014-01-15 22:31:02 -05:00
Colin Walters
2ac3de38c3 packaging: Add some dependencies to spec 2014-01-15 22:22:49 -05:00
Colin Walters
300c773ba9 packaging: New directory with spec file 2014-01-15 21:54:48 -05:00
Colin Walters
cc2fa114a5 dist-packaging: Improved Makefile 2014-01-15 20:05:54 -05:00
Colin Walters
0098341cd6 fedostree: Temporarily install shell scripts 2014-01-15 20:03:00 -05:00
Colin Walters
bf7098d3da Release 2014.1 2014-01-15 19:44:59 -05:00
Colin Walters
d1c478ae47 build: Improve Makefile.dist-packaging 2014-01-15 17:41:21 -05:00
Colin Walters
8855b147eb autogen: Look for libgsystem in the correct place 2014-01-15 16:54:58 -05:00
Colin Walters
e8633e4e6e Add some stub code to build from a "products.json" 2014-01-14 18:04:21 -05:00
Colin Walters
fd3cc772cd fedostree/web: New basic web page
Remove its README.md.
2014-01-12 16:26:01 -05:00
Colin Walters
05dfc0dd91 fedostree: Add both 20 and rawhide, rework tree names
Refs now look like "fedostree/20/minimal-x86_64".
2014-01-12 13:49:09 -05:00
Colin Walters
8250481b46 Accept arbitrary refname instead of using os/version/name
I want to use "fedostree" for now, so let's allow the caller to
specify whatever refname they want.
2014-01-12 13:46:49 -05:00
Colin Walters
dd6d65d1f4 fedostree/README.md: Two updates 2014-01-08 17:31:15 -05:00
Colin Walters
a593335ce3 Install shadow-utils in root, move breakpoint to post-NSS
For more easily debuging nss-altfiles; one can set a breakpoint here,
and then chroot in to test things.
2014-01-08 14:56:25 -05:00
Colin Walters
bdb549bbbf fedostree: Handle writing multiple logfiles in -loop
We want separate logfiles for each built tree really.
2014-01-04 09:06:50 -05:00
Colin Walters
3a2f631d9f fedostree: Drop duplicate http:// in README.md 2014-01-04 08:46:52 -05:00
Colin Walters
a567261c06 fedostree/make-trees: Add a conf file, use split log files by default
The conf file is necessary so I can run this on RHEL7, and use
--enablerepo=fedora20.
2014-01-04 08:45:39 -05:00
Colin Walters
0ba621cf12 patches: New directory containing patches for Fedora userspace 2014-01-04 07:42:20 -05:00
Colin Walters
66a19b6475 Import lots of code from gnome-continuous
This doesn't really do anything yet, but the idea is to start doing
Continuous-like things (such as actually booting the result).
2014-01-03 17:14:10 -05:00
Colin Walters
220773f213 Import some code for using GJS
This is forked from gnome-continuous.
2014-01-03 17:14:10 -05:00
Colin Walters
f99ebdab33 autogen.sh: Ensure m4 directory exists
Since we need it.
2013-12-23 19:41:12 -05:00
Colin Walters
efba94accc fedostree/README.md: Two fixes 2013-12-23 16:54:05 -05:00
Colin Walters
8ec114459d fedostree: Fix -loop to look in the correct place 2013-12-23 15:19:27 -05:00
Colin Walters
4a6d33a1d8 fedostree: Make scripts executable 2013-12-23 15:17:59 -05:00
Colin Walters
3d87d3bffd fedostree: Add new directory with further scripts 2013-12-23 15:17:05 -05:00
Colin Walters
a1e5ee0a9c Flush log messages immediately
Otherwise we end up with desynchronized stdout/stderr which is
confusing.
2013-12-23 15:00:48 -05:00
Colin Walters
94d62929fc README: Note we require selinux=0 currently 2013-12-23 15:00:31 -05:00
Colin Walters
453667e41e Add --gpg-sign argument
Can't quite use it yet, but will be able to with the next OSTree
release.
2013-12-23 14:22:43 -05:00
Colin Walters
02b85c0885 Use "yum shell" to execute group add and package install as one unit
The two transaction thing is bad for multiple reasons, but what bit me
specifically was something in the group transaction pulling in
'kernel-debug', and then installing 'kernel' later.
2013-12-23 10:10:35 -05:00
Colin Walters
3b975343d4 Include kernel version in initramfs filename 2013-12-23 10:10:01 -05:00
Colin Walters
5f51e32459 README.md: Syntax and misc content fixes 2013-12-22 18:06:09 -05:00
Colin Walters
cc0922e655 Move/restore ${sysroot}/etc/yum.repos.d to work around yum bug
We really want it to use the *host*'s yum repos, even after the chroot
is constructed.
2013-12-22 10:59:17 -05:00
Colin Walters
02c2e619d7 README.md: Move to toplevel 2013-12-22 10:59:00 -05:00
Colin Walters
3362b7da4b Fix name of installed tmpfiles 2013-12-22 10:58:38 -05:00
Colin Walters
ac6a1b8482 build-sys: Fix project name 2013-12-22 10:58:11 -05:00
Colin Walters
f578eeba9d Fix missing argument 2013-12-21 22:21:48 -05:00
Colin Walters
8ecc47ac87 Various fixes to finish import from pkgsys-ostree 2013-12-21 22:15:57 -05:00
Colin Walters
958dfa435e Initial import from pkgsys-ostree 2013-12-21 19:41:30 -05:00