<html><body><p>Oh hey there, good lookin' - are you on the hunt for some instability in your life? Well look no further, I've got just the thing for you.</p>

<p>I've got a very experimental <a href="https://www.happyassassin.net/temp/oc8_repo/">ownCloud 8 git snapshot repo</a> up, mainly for me to use in working on the OC 8 packages. At present it's only for Fedora Rawhide (22). There's some hackiness to it - ownCloud doesn't (so far as I can tell) post its build scripts anywhere, and it splits the stuff that's usually shipped in the tarballs across a bunch of git repos, so the source is actually a bunch of git checkouts sloppily piled into one tarball.</p>

<p>The repo has builds for versions of some dependencies I don't want to push to Rawhide at least until official OC 8 pre-releases are out, as well.</p>

<p>As of right now, OC 8 contains some <a href="https://github.com/owncloud/core/issues/13052">technically non-free code</a> (see previous post for lots more gory details on that). The package currently in the repo still uses the technically non-free JSMin, but it certainly won't go into official Fedora that way; I'm working with upstream to switch to a minifier with a non-problematic license, and they've said they'll take care of it for the 8.0 release.</p>

<p>The package doesn't have a changelog and I didn't bother changing the License: field to reflect the JSMin license.</p>

<p>I've put up an <a href="https://www.happyassassin.net/ks/oc/oc8-httpd-sqlite.ks">OC8 variant</a> of one of my test deployment kickstarts. If you install from a Rawhide boot.iso with <code>inst.ks=https://www.happyassassin.net/ks/oc/oc8-httpd-sqlite.ks</code> you should wind up with a working (and hilariously insecure, so don't attach it to the public internet!) OC 8 deployment - just browse to http://(host)/owncloud and you'll be at the main interface, logged in as 'admin' with password 'admin' (system root password is '111111' - I told you it was insecure).</p>

<p>I was able to successfully upgrade a bare stock OC 7 + sqlite install to OC 8, but haven't tested with a populated instance or any other databases yet. I really, really, <em>really</em>, <strong>really</strong>, <strong><em>really</em></strong> heartily recommend you don't let this within fifty yards of production data, production systems, or a publicly accessible host.</p>

<p>The asset pipelining stuff - which concatenates and minifies OC's JS and CSS - isn't actually enabled by default, but if you want to try it out, you can edit <code>/etc/owncloud/config.php</code> and change the <code>asset-pipeline.enabled</code> setting to <code>true</code>. You will also need to configure Apache to allow access to the directory <code>/var/lib/owncloud/assets</code> in the usual way.</p>
</body></html>