bonesmoses / NagAconda

Python Nagios Integration
BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

Upload version 0.2.0 to PyPi #1

Closed nhooey closed 11 years ago

nhooey commented 11 years ago

Currently only NagAconda 0.1.4 is on PyPi: https://pypi.python.org/pypi?%3Aaction=search&term=NagAconda

Could you upload a package for version 0.2.0?

bonesmoses commented 11 years ago

On Tue, 26 Feb 2013 19:47:22 -0800, Neil Hooey wrote:

Could you upload a package for version 0.2.0?

Really? Oops. I'll fix that. :)

Shaun Thomas shaun@bonesmoses.org 312-515-8820 The Man - http://bonesmoses.org/ The Myth - http://kildosphere.com/

nhooey commented 11 years ago

Can you close this issue when it's uploaded?

nhooey commented 11 years ago

In case you don't remember how to do it, just run this in the shell from your repository at REL0.2.0:

python setup.py register sdist upload

It would help me out a lot if you could upload this today. I can't make Nagios alerts that trigger when a number is under a value.

bonesmoses commented 11 years ago

Sorry for the inconvenience. I'm at work right now and can't do anything with this with our firewall. You got me right when I going to bed last night, so I haven't had a chance to fix it.

Thanks for the hint, though. :)

Shaun M. Thomas 312-515-8820

On February 27, 2013 10:49:43 AM Neil Hooey notifications@github.com wrote:

In case you don't remember how to do it, just run this in the shell from your repository at REL0.2.0:

python setup.py register sdist upload

It would help me out a lot if you could upload this today. I can't make Nagios alerts that trigger when a number is under a value.


Reply to this email directly or view it on GitHub: https://github.com/trifthen/NagAconda/issues/1#issuecomment-14184599

nhooey commented 11 years ago

Sorry to keep bothering you, Shaun, but do you think you could do this tonight after work?

Thanks,

bonesmoses commented 11 years ago

No, I'm sorry to have delayed it. I have no clue how I got so busy the last couple days. I would have done it last night, but I was finishing up the second draft of a backup book and the publisher was waiting for it.

Tonight is clear, though.

Shaun M. Thomas 312-515-8820

On February 28, 2013 1:14:33 PM Neil Hooey notifications@github.com wrote:

Sorry to keep bothering you, Shaun, but do you think you could do this tonight after work?

Thanks,

  • Neil

Reply to this email directly or view it on GitHub: https://github.com/trifthen/NagAconda/issues/1#issuecomment-14251394

bonesmoses commented 11 years ago

On Thu, 28 Feb 2013 11:14:33 -0800, Neil Hooey wrote:

Sorry to keep bothering you, Shaun, but do you think you could do this tonight after work?

Ha! I finally got it. As you might observe, I had to fight it because apparently some stuff had changed recently, and Sphinx rst syntax breaks setup.py rather horribly. I got it to work eventually though. It's at 0.2.1 now.

Shaun Thomas shaun@bonesmoses.org 312-515-8820 The Man - http://bonesmoses.org/ The Myth - http://kildosphere.com/

nhooey commented 11 years ago

Thanks!