Live data from Hacker News

Show HN: Packagecloud – Hosted Package Repositories

packagecloud.io

11–18 of 18 posts

Re: Show HN: Packagecloud – Hosted Package Repositories

#12
Aren't most package repositories just static HTTP file servers? I know that apt repositories are. They just rsync directory trees and run Apache with a basic configuration to serve them.

If so, it should be pretty straightforward to make an AMI or other machine image that does this (and I'd be surprised if it doesn't exist).

Re: Show HN: Packagecloud – Hosted Package Repositories

#13
post #10
post #9

Earlier quoted context omitted.

This is aimed at the people who think AWS is well priced and outsourcing every part of your infrastructure makes you more hip/agile/"safe"

Check out my above comment and feel free to ping me via email or twitter. Would love to get more detailed feedback from you and maybe try to change your mind!

Sorry but you're barking up the wrong tree. I use reprepro to host gpg signed packages (accessed over ssh so no ssl required) deployed from a vcs repo. The setup of the repo server itself is even handled through an apt package (hows that for self bootstrapping)

Even if I were interested, the obsession with ridiculous pricing structures means I could never use your service. Seriously how does 1 5mb package cost you more than 5 1 mb packages.

$100 a month gets me a hell of a lot of resources to host packages, and funnily enough it doesn't stop working or demand more money because the package count hit some arbitrary number.

Re: Show HN: Packagecloud – Hosted Package Repositories

#16
post #8

Who is supposed to be willing to pay for this? Is it intended as a replacement for apt on Debian-based systems? It says "apt, yum, and rubygems repositories without the headaches". If I'm already using apt repositories without headaches, is this not for me?

Hi! Just for fun: man reprepro and search for 'corrupt' :) You can use all your normal tools to upgrade, install, and remove packages as you normally would. So, for, Debian-based systems, apt-get upgrade, install, remove, etc all work as you expect. We provide SSL, gpg, and fine-grained access control all out of the box. Fine-grained access control doesn't really exist with reprepro or createrepo or other tools and y…

I'm not a fan of this approach. Why did you build new, proprietary software instead of adding that feature to reprepo, for example? Why is packagecloud.io not giving back to the open source community when it's based on packaging tools developed for open source software? The fact that your software is proprietary means when you disappear, so does my infrastructure. I certainly don't like giving up basic user freedoms in the area of software packages, which has historically been open source.

Edit: to be less snarky

Re: Show HN: Packagecloud – Hosted Package Repositories

#17
post #8

Who is supposed to be willing to pay for this? Is it intended as a replacement for apt on Debian-based systems? It says "apt, yum, and rubygems repositories without the headaches". If I'm already using apt repositories without headaches, is this not for me?

Hi! Just for fun: man reprepro and search for 'corrupt' :) You can use all your normal tools to upgrade, install, and remove packages as you normally would. So, for, Debian-based systems, apt-get upgrade, install, remove, etc all work as you expect. We provide SSL, gpg, and fine-grained access control all out of the box. Fine-grained access control doesn't really exist with reprepro or createrepo or other tools and y…

DevOps here. I think you're stuck in market segment purgatory. SaaS/PaaS exist to remove pain points. People are either going to go PaaS (Heroku) or they're going to roll their own in AWS/Digital Ocean/etc.

I've already thought to myself, "I could roll this into the open source packages in question in 2-4 weeks in time, give back to the community, AND it helps my reputation." Consider how many others out there have seen this and thought the same.

As a tech professional, I don't think you're going to find much demand. As an entrepreneur, I wish you the best.

Re: Show HN: Packagecloud – Hosted Package Repositories

#18
post #12

Aren't most package repositories just static HTTP file servers? I know that apt repositories are. They just rsync directory trees and run Apache with a basic configuration to serve them. If so, it should be pretty straightforward to make an AMI or other machine image that does this (and I'd be surprised if it doesn't exist).

Some repos are even hosted right out of S3 statically (Amazon Linux and Ubuntu in AWS come to mind).

host us-east-1.ec2.archive.ubuntu.com us-east-1.ec2.archive.ubuntu.com is an alias for us-east-1.ec2.archive.ubuntu.com.s3.amazonaws.com.

us-east-1.ec2.archive.ubuntu.com.s3.amazonaws.com is an alias for s3-1-w.amazonaws.com.

Post reply on HN