blue-systems / plasma-5.5

Plasma 5.2 - 5.5
0 stars 0 forks source link

[koko]: package app #22

Closed star-buck closed 9 years ago

star-buck commented 9 years ago

ship in KCI or make package in blueshellnext

star-buck commented 9 years ago

koko never finishes initializing

star-buck commented 9 years ago

still not building: https://launchpad.net/~blue-shell-next/+archive/ubuntu/builds/+packages

hsitter commented 9 years ago

can't build because it is downloading files from the internet which is disallowed and cannot be overridden.

so... right now cmake checks in cmake_current_binary_dir if the files are there. this path is potentially different across different builds (it definitely is across different architectures). what we need is cmake to also check in $cmake_source_dir/data or some other source bound path where we can provide the data so that cmake doesn't need to download them. this ultimately will then also be the path where the data would be put for a release tarball.

star-buck commented 9 years ago

@vishesh: can you fix this?

vHanda commented 9 years ago

On Thu, Feb 12, 2015 at 3:16 PM, apachelogger notifications@github.com wrote:

can't build because it is downloading files from the internet which is disallowed and cannot be overridden.

Are you sure it cannot be?

I understand the need for this for the final release, but for CI systems?

so... right now cmake checks in cmake_current_binary_dir if the files are there. this path is potentially different across different builds (it definitely is across different architectures). what we need is cmake to also check in $cmake_source_dir/data or some other source bound path where we can provide the data so that cmake doesn't need to download them.

done

It checks in the source directory.

this ultimately will then also be the path where the data would be put for a release tarball.

Yup. But we aren't creating release tarballs right now.

Vishesh Handa

star-buck commented 9 years ago

so can it be packaged correctly now?

star-buck commented 9 years ago

build seems still failing: https://launchpad.net/~blue-shell-next/+archive/ubuntu/builds/+sourcepub/4775584/+listing-archive-extra

hsitter commented 9 years ago

should be fixed now

star-buck commented 9 years ago

@apachelogger : please ship in next KCI (preferably vivid from now on).

star-buck commented 9 years ago

packaged and finally starts, but shows no files (will do a new ticket for that saga to continue...)