Alignak-monitoring / alignak-packaging

Packaging files for alignak applications
0 stars 0 forks source link

Issue with alignak packaging - Ubuntu Xenial #12

Open mohierf opened 7 years ago

mohierf commented 7 years ago

Copied from https://github.com/Alignak-monitoring/alignak/issues/636


I copy here an information got from an email:

Par contre, il semble y avoir un soucis avec le dépôt de Xenial, je ne récupères pas la liste des paquets:
ubuntu@ubuntu-xenial:~$ ls -lh /var/lib/apt/lists/alignak-monitoring*
-rw-r--r-- 1 root root 2.4K Nov 27 14:01 /var/lib/apt/lists/alignak-monitoring.github.io_repos_deb_dists_xenial_InRelease

Par exemple, sous Trusty:
vagrant@vagrant-ubuntu-trusty-64:~$ ls -lh /var/lib/apt/lists/alignak-monitoring*
-rw-r--r-- 1 root root 2.4K Nov 27 14:01 /var/lib/apt/lists/alignak-monitoring.github.io_repos_deb_dists_trusty_InRelease
-rw-r--r-- 1 root root  13K Nov 27 14:01 /var/lib/apt/lists/alignak-monitoring.github.io_repos_deb_dists_trusty_main_binary-amd64_Packages

vagrant@vagrant-ubuntu-trusty-64:~$ grep Package /var/lib/apt/lists/alignak-monitoring.github.io_repos_deb_dists_trusty_main_binary-amd64_Packages
Package: alignak-all
Package: libssl1.0.0
Package: python-cffi-backend
Package: python-cryptography
Package: python-idna
Package: python-ipaddress
Package: python-openssl
Package: python-pyasn1
Package: python-requests
Package: python-ujson
Package: python-urllib3

@Seb-Solon : what do you think about it ?

Note that if a translation is needed I may translate

mohierf commented 7 years ago

Copied from https://github.com/Alignak-monitoring/alignak/issues/636


Answer from @Seb-Solon :

Actually that make sense. There is nothing yet here. I only upload release of Alignak and dependencies of this package if they are not in common repositories. As I have created the xenial repos for 1.0, there is nothing yet. I don't think we want to update old version of Alignak on a new repo.

achaussier commented 7 years ago

Hello,

This email came from me, due to my work on a new Ansible role to deploy alignak.

I think all repositories must contains at least the same version of Alignak (without dependencies if they're exists on distribution repositories, as you say), else it's makes deployments difficult to manage.

Or at least, perhaps add an information about repositories not available before 1.0 in documentation.

What do you think about that ?

Thanks,

Alexandre

Seb-Solon commented 7 years ago

Well, the doc is actually too "up to date". If you can wait until the release it will be perfect. If you want to install Alignak, next month should be a better fit ;)

achaussier commented 7 years ago

Ok, I'll keep Xenial management in a dedicated branch and wait the release :)

Thanks