672 Commits

Author SHA1 Message Date
Colin Walters
51916a7002 core: Look up refs like origin/foo correctly again
We want to support both "bare" lookups where "foo" can be local, or in
any remote, as well as prefixed ones for a specific remote.

This fixes ostree-pull noticing that nothing has changed.
2012-02-24 16:08:34 -05:00
Colin Walters
a90e091037 build: Note the status of libsoup-gnome and libarchive
So fewer people accidentally compile without one.
2012-02-24 15:40:52 -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
a417ee3fed core: Add "prune" builtin
This should be useful on clients to trim old refs.  For example,
after an upgrade the system could do:

ostree --repo=/ostree/repo prune --depth=2 gnomeos-3.4-i686-runtime

This would remote all objects that aren't in the current build and the
previous one.
2012-02-24 10:23:35 -05:00
Colin Walters
4e3621236e 3.4: Update gdm patch, enable consolekit 2012-02-24 10:23:10 -05:00
Colin Walters
16c0cfe9b5 core: Fix regression when committing symlinks in archive mode
Commit 802959f398bfc0c7acac9252e7a8f1a021884ce8 broke this because it
made all archived content files be S_IFREG, which is clearly wrong.
2012-02-24 10:05:26 -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
14cda593d5 core: Correctly look up refs in remotes 2012-02-23 23:52:59 -05:00
Colin Walters
8145faecbf pull: Don't automatically uncompress data
This totally breaks when the file we're trying to request was already
gzip'd.  We don't want to uncompress e.g. man pages because that
breaks content-addressed storage.
2012-02-23 21:52:15 -05:00
Colin Walters
7907a853b4 pull: Incrementally write into temporary file
Rather than downloading into one big chunk in memory, then writing all
at once.
2012-02-23 19:20:36 -05:00
Colin Walters
b2ad353b42 core: Store "pending" objects explicitly, fix pull to use them
Before we were creating randomly-named temporary files in repo/tmp
when downloading via pull, but that means if the download process is
interrupted, we have to redownload everything again.

Let's still keep the concept of a "transaction" where files are
stored in the repository as atomically as possible (i.e. we
do a bunch of rename() calls), but now we also have an explicit
"tmp/pending/objects" directory that contains named objects.

This allows us to then skip redownloading things that are pending.
2012-02-23 18:19:00 -05:00
Colin Walters
802959f398 core: Ensure .archive-content files are mode 0644
We don't want to inherit the permissions of the actual file, otherwise
trying to fetch e.g. /etc/passwd when being served via Apache httpd
will break.
2012-02-23 12:34:43 -05:00
Colin Walters
dee30bda7c pull: Only fetch .archive-content for regular files
Otherwise e.g. Apache httpd might try to follow a symbolic link to
/bin/tinylogin which clearly won't work.
2012-02-23 12:30:01 -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
0a195e6874 ostbuild: Make resolve fully expand config-opts, delete now-unnecessary vcsconfig
The source manifest format allows for compression, but it's more
convenient for consuming code if it's fully expanded in one place.
2012-02-22 15:17:42 -05:00
Colin Walters
b26b981b0d ostbuild: Use correct directory for submodule update 2012-02-22 14:17:18 -05:00
Colin Walters
9939f1861d osbuild: Don't use linux-user-chroot for git submodules
On the ostree.gnome.org build server, LDAP is used for username
lookups, and git aborts if it can't look up the user.
2012-02-22 11:51:18 -05:00
Colin Walters
341096f18a ostbuild: Drop down to Python 2.6
Hopefully this gets us working on RHEL6.
2012-02-20 22:31:10 -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
fbaf32f776 build: Check for attr/xattr.h 2012-02-20 13:59:52 -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
21f1ca364f triggers: Fix comparison function 2012-02-19 21:10:59 -05:00
Colin Walters
633da1e7ad triggers: We need to order their execution
Otherwise we run in inode order which is unpredictable.  In particular
this causes problems because we might run e.g. the gtk+ trigger before
the gdk-pixbuf one.  And ldconfig should really be first.
2012-02-19 20:52:50 -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
f1e38d6e4b ostbuild: Add --recompose argument
This is necessary to run after rebuilding the Yocto base.
2012-02-16 18:30:42 -05:00
Colin Walters
c2f32689e7 initscripts: Install udev init script 2012-02-16 18:06:37 -05:00
Colin Walters
f61632d2cc yocto: Also use udevadm from ostbuild 2012-02-13 18:20:24 -05:00
Colin Walters
6fa1c5cfc8 clone-qemu: Also rsync modules/ directory 2012-02-13 15:32:42 -05:00
Colin Walters
f9e4e62a8b yocto: Create correct udev link 2012-02-13 15:32:32 -05:00
Colin Walters
8729997eab switchroot: Bind mount /lib/modules after we mount /lib
Otherwise we don't ge the right /lib/modules.
2012-02-13 10:56:13 -05:00
Colin Walters
dd4982ff29 yocto: Move modules to /ostree, other misc fixes 2012-02-11 09:23:29 -05:00
Colin Walters
fcd70e5891 switchroot: Bind mount /lib/modules from /ostree/modules
Since we have kernels outside of the tree, keep modules outside
too.
2012-02-10 19:17:29 -05:00
Colin Walters
d79aac6d3a manifest: Pull in py2cario, pygobject, and caribou
Needed for gnome-shell.
2012-02-09 17:35:09 -05:00
Colin Walters
351d243ccf ostbuild: Fix --debug-shell
We want to reuse an existing source tree.
2012-02-09 16:47:25 -05:00