anatol / quarry

Rubygems binary repository for Arch Linux
GNU General Public License v3.0
53 stars 25 forks source link

sensu and its dependencies added #92

Closed XenGi closed 6 years ago

XenGi commented 6 years ago

cat sensu_stuff >> whitelist_packages && cat whitelist_packages | uniq | sort

anatol commented 6 years ago

Please squash these 2 commits

XenGi commented 6 years ago

done.

anatol commented 6 years ago

The branch is still conflicting with upstream. Please do git pull then rerun your script cat sensu_stuff >> whitelist_packages && cat whitelist_packages | uniq | sort. Or optionally you can share that list and I apply it to the file myself.

One thing that this patch reminded me is that the world is big. People live in different parts of the planet and locales/sort preferences are different. sort tool that I use sorts packets based on current computer locale. It is not really good - instead sort should use some standard locale-independent order. I just pushed a commit that resorts packages with LC_ALL=C sort whitelist_packages. And here is more info about sort tool http://man7.org/linux/man-pages/man1/sort.1.html

XenGi commented 6 years ago

Nevermind, I think I'll stick to building the sensu package from the debian package. Building it from ruby gems is a total mess. It's much easier the other way.

anatol commented 6 years ago

sounds good to me. thank you for your time.