Colin Walters
7cb8f46de1
gnomeos-install.sh: Fix link to -devel root
...
Now that we're using checkout --atomic-swap, there is no
-devel-current.
2012-04-05 21:53:25 -04:00
Diego Escalante Urrelo
9be95cd8d2
15_ostree: don't assume kernel arch names
...
uname -m is not always the suffix of the kernel image. Debian uses
-686-pae, but uname -m would say i686. This creates an infinite loop in
Debian.
2012-04-05 21:48:35 -04:00
Diego Escalante Urrelo
8941333508
gnomeos-clone-qemu: use bash explicitely
2012-04-05 21:47:25 -04:00
Diego Escalante Urrelo
75cd0b8494
gnomeos-install: don't cd into /ostree prematurely
...
The script will die and not proceed with the creation of the directory.
2012-04-05 09:05:22 -04:00
Diego Escalante Urrelo
7442009086
gnomeos-install: use /bin/bash, not /bin/sh
...
This scripts use bashisms, so use /bin/bash as the interpreter until
they are un-bashified.
2012-04-05 09:05:22 -04:00
Diego Escalante Urrelo
abd09f0946
gnomeos: update README script path
2012-04-05 09:05:22 -04:00
Colin Walters
bae584c64a
core: Associate branches with remotes, move trigger runs into checkout
...
Also add --atomic-retarget option to checkout. This does the magical
symlink dance to do atomic swaps between trees.
2012-04-03 23:46:34 -04:00
Colin Walters
277843f3a2
ostbuild: Add preserve_net config option
...
This is going to be necessary for the builder.
2012-03-13 17:06:06 -04:00
Colin Walters
5bf65be10b
manifest: Move ostree back to master branch from git
2012-03-13 13:09:05 -04:00
Colin Walters
03de1f8e20
gnomeos: Move gnomeos/yocto into poky tree
...
Now lives here: https://github.com/cgwalters/poky
2012-03-13 11:57:14 -04:00
Colin Walters
5df95fa593
ostbuild: Rename manifest for clarity
2012-03-13 10:39:31 -04:00
Colin Walters
4d1d6789c2
ostbuild: Rework again, split into components.json and targets.json
...
The "resolve" builtin now does a lot more heavy lifting; we expand the
manifest.json, and "build" consequently is less intelligent now, more
of a low-level implementation.
2012-03-13 10:39:31 -04:00
Colin Walters
b02e8a7fd0
manifest: Drop duplicated components (oops!)
2012-03-13 10:39:31 -04:00
Colin Walters
c3c751ffb5
ostbuild: Ensure we enable soup-gnome for ostree
2012-03-13 10:39:31 -04:00
Colin Walters
87e9a29f11
ostbuild: Further work on regenerating a snapshot from a compose
2012-03-13 10:39:26 -04:00
Colin Walters
07e93bd326
ostbuild: Change to name-prefix and base-prefix in manifest
...
This makes it clearer that we're using this as a prefix, when we
generate the snapshots.
2012-03-13 10:39:26 -04:00
Colin Walters
d8eebaa2d1
ostbuild: Pull patches from specified patches git repository
...
We need to be more formal about where we get patches from, and more
specifically what version. Let's assume they're also stored in a git
repository that we fetch, instead of copying them from "wherever the
manifest is".
This meshes nicely with splitting between manifest.json and
snapshot.json.
2012-03-13 10:39:25 -04:00
Colin Walters
b8e3f622f1
ostbuild: Rename build manifest to "snapshot.json"
...
It was confusing having two manifests. "snapshot" matches the
jhbuild term for the same thing.
2012-03-13 10:39:24 -04:00
Matthias Clasen
ab76b1b823
Add some more draft documentation
...
This is just the bones for now, waiting for Colin to
provide the meat.
2012-02-29 08:52:10 -05:00
Colin Walters
a751185f00
gnomeos-update-branches: Don't copy kernel modules
...
No longer necessary now that we're storing them in /ostree/modules.
2012-02-28 13:27:31 -05:00
Colin Walters
92c15d9364
README-install: Improve to use new multi-pull, etc.
2012-02-28 13:19:31 -05:00
Colin Walters
3fc8726562
manifest: Drop gnome-control-center patches
...
shaunm removed the help entirely.
2012-02-28 13:05:34 -05:00
Matthias Clasen
7a23350942
Add some update instructions to the README
...
Everything is complicated for somebody who looks at this
for the first time, so lets explain the basics.
2012-02-28 12:21:44 -05:00
Colin Walters
828bd253f9
3.4: Drop upstreamed gnome-panel patches
2012-02-26 08:13:34 -05:00
Colin Walters
17e7f58b9a
3.4: Drop upstreamed NetworkManager patches
2012-02-26 06:36:29 -05:00
Colin Walters
81b8208d2b
manifest: xorg-video-intel needs the xorg-autogen.patch too
...
Not sure how this worked before...
2012-02-26 06:02:29 -05:00
Colin Walters
82847bba24
yocto: Various misc cleanups to install scripts
...
Add a new gnomeos-update-branches.sh script which just does the work
of checking out roots. This is useful if you e.g. make a local
modification.
Rename scripts to gnomeos-*.sh consistently.
Tweak gnomeos-clone-qemu.sh script to support command line arguments
(again).
2012-02-24 15:18:51 -05:00
Colin Walters
11e3490337
README-install: Add a blurb about running
2012-02-24 11:56:31 -05:00
Colin Walters
beba186476
install: Do two separate pull commands
...
Right now ostree-pull only accepts one ref.
2012-02-24 11:32:06 -05:00
Colin Walters
d7705e874f
gnomeos: Some fixes for install script
2012-02-24 11:23:44 -05:00
Colin Walters
db925997da
gnomeos: Clean up README files, add new README-install.md
2012-02-24 11:07:45 -05:00
Colin Walters
ea86dc4588
install.sh: We're not installing kernels right now
2012-02-24 11:07:30 -05:00
Colin Walters
4e3621236e
3.4: Update gdm patch, enable consolekit
2012-02-24 10:23:10 -05:00
Colin Walters
f14ea4b2bf
install.sh: Default to pulling from http://ostree.gnome.org/repo
2012-02-23 23:53:30 -05:00
Colin Walters
0276be768d
3.4: Switch to gnome-terminal gnome-3-4 branch
2012-02-23 10:58:34 -05:00
Colin Walters
2fe86ea63e
3.4: Fix panel build
2012-02-23 10:50:56 -05:00
Colin Walters
07e3311517
3.4: Bump telepathy-glib
2012-02-23 08:21:17 -05:00
Colin Walters
50ed95dde3
3.4: Fix accountsservice srcdir != builddir
2012-02-22 22:53:24 -05:00
Colin Walters
bd024e66af
3.4: Add xf86-input-wacom
...
Needed by the latest gnome-settings-daemon.
2012-02-22 17:57:44 -05:00
Colin Walters
53eccf5781
3.4: Switch back to folks master, disable introspection in libgnomekbd
...
We're building libxklavier with no introspection, so we can't
enable it in libgnomekbd.
2012-02-22 17:20:24 -05:00
Colin Walters
be67df0bd3
3.4: Add patch for latest NetworkManager
2012-02-22 16:46:42 -05:00
Colin Walters
4aa8ff61de
contents: Add cpio to RDEPENDS
2012-02-20 19:08:22 -05:00
Colin Walters
98f1f8c3cf
yocto: Update to newer ostree commit
2012-02-20 17:44:15 -05:00
Colin Walters
00ad0a2ea7
gnomeos: Drop ostree-init module
...
We use dracut+ostree-switch-root now
2012-02-20 14:00:56 -05:00
Colin Walters
1ed90d0b1f
gnomeos: Add py2cairo-autogen.patch
...
Forgot to commit this file
2012-02-20 13:58:13 -05:00
Colin Walters
339271726a
gnomeos: Kill Yocto init scripts, switch to my ginitscripts
...
There's reams of crud in the Yocto ones, and we need a place
to put our custom scripts.
2012-02-19 20:51:42 -05:00
Colin Walters
0a428d2bce
yocto: Don't overwrite target with initial compose
...
The idea of creating the "initial compose" is it should be just that -
initial. If we've later added stuff via ostbuild, we don't want to
overwrite it. ostbuild will itself recompose from the base.
2012-02-18 11:21:17 -05:00
Colin Walters
e79209da91
initscripts: Don't create udev init script here
...
Instead we'll just patch the poky one.
2012-02-18 11:18:11 -05:00
Colin Walters
78dd9171e4
yocto: Switch to util-linux "mount"
...
Just more Busybox replacement.
2012-02-18 11:11:16 -05:00
Colin Walters
c2f32689e7
initscripts: Install udev init script
2012-02-16 18:06:37 -05:00