[Bug 424576] Re: Chef new upstream version 0.7.10

2009-10-01 Thread fabrice_sp
Manually closing the bug report (missing lp: #424576 in the changelog)

** Changed in: chef (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-30 Thread fabrice_sp
Uploaded. 
Thanks for your contribution!

** Changed in: chef (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: chef (Ubuntu)
 Assignee: fabrice_sp (fabricesp) => (unassigned)

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-30 Thread fabrice_sp
** Changed in: chef (Ubuntu)
   Status: Triaged => In Progress

** Changed in: chef (Ubuntu)
 Assignee: (unassigned) => fabrice_sp (fabricesp)

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-30 Thread Joshua Timberman
GitHub reported that the downloads are working again. I tested using the
githubredir watch line:

http://githubredir.debian.net/github/opscode/chef /([0..9].*).tar.gz

Results:

 => Newer version available from
http://githubredir.debian.net/github/opscode/chef/0.7.10.tar.gz
-- Downloading updated package 0.7.10.tar.gz
-- Successfully downloaded updated package 0.7.10.tar.gz
and symlinked chef_0.7.10.orig.tar.gz to it
-- Scan finished

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-30 Thread Joshua Timberman
Looks like github's download is having problems. I posted a tarball for
the 0.7.10 release on our apt repo server. The following watch file line
should work:

http://apt.opscode.com/tarballs/chef-(.*).tar.gz

For example:

-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   http://apt.opscode.com/tarballs/chef-(.*).tar.gz
-- Found the following matching hrefs:
 chef-0.7.10.tar.gz
Newest version on remote site is 0.7.10, local version is 0.7.8
 => Newer version available from
http://apt.opscode.com/tarballs/chef-0.7.10.tar.gz
-- Downloading updated package chef-0.7.10.tar.gz
-- Successfully downloaded updated package chef-0.7.10.tar.gz
and symlinked chef_0.7.10.orig.tar.gz to it
-- Scan finished

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-29 Thread fabrice_sp
Nope: usan works, but it's not possible to download the tarball, even through 
the webpage (500 read timeout).
Anyway, the watch file is not correct, as it's getting chef-server as the 
latest version.
This line will fix this issue:
http://githubredir.debian.net/github/opscode/chef /([0..9].*).tar.gz

Anyway, Once I'll be able to download the package,  I'll have a look at
it...

Thanks,
Fabrice

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-29 Thread fabrice_sp
this is working now.
Thanks!

** Changed in: chef (Ubuntu)
   Status: Incomplete => Triaged

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-29 Thread Joshua Timberman
Fabrice, GitHub's tags were broken after their datacenter migration this
past weekend, and the Chef project was still cached w/ the broken page.
Please try again.

(karmic)r...@sbuild1test:/home/jtimberman/packages/chef-0.7.10# uscan --report 
--verbose
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   http://githubredir.debian.net/github/opscode/chef /(.*).tar.gz
-- Found the following matching hrefs:
 /github/opscode/chef/0.5.2.tar.gz
 /github/opscode/chef/0.5.4.tar.gz
 /github/opscode/chef/0.5.6.tar.gz
 /github/opscode/chef/0.6.0.tar.gz
 /github/opscode/chef/0.6.2.tar.gz
 /github/opscode/chef/0.7.0.tar.gz
 /github/opscode/chef/0.7.10.tar.gz
 /github/opscode/chef/0.7.2.tar.gz
 /github/opscode/chef/0.7.4.tar.gz
 /github/opscode/chef/0.7.6.tar.gz
 /github/opscode/chef/0.7.8.tar.gz
 /github/opscode/chef/chef-server-tar.gz
Newest version on remote site is chef-server-..., local version is 0.7.10
 => Newer version available from
http://githubredir.debian.net/github/opscode/chef/chef-server-tar.gz
-- Scan finished

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-28 Thread fabrice_sp
Hi,

Sorry about that, but I've not been able to find the 0.7.10 tarball on the 
website, and uscan fails with :
  http://githubredir.debian.net/github/opscode/chef failed: 500 Internal Server 
Error
-- Scan finished

Can you check that?

Thanks,
Fabrice

** Changed in: chef (Ubuntu)
   Status: In Progress => Incomplete

** Changed in: chef (Ubuntu)
 Assignee: fabrice_sp (fabricesp) => (unassigned)

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-28 Thread fabrice_sp
** Changed in: chef (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: chef (Ubuntu)
 Assignee: (unassigned) => fabrice_sp (fabricesp)

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-24 Thread Joshua Timberman

** Attachment added: "chef_0.7.10-0ubuntu1.diff.gz"
   http://launchpadlibrarian.net/32398062/chef_0.7.10-0ubuntu1.diff.gz

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Scott Kitterman
This looks reasonable and like a server oriented package, so I'll
approve as server team delegate.  Go ahead and seek sponsorship and
upload as soon as you can.

** Changed in: chef (Ubuntu)
   Importance: Undecided => Medium

** Changed in: chef (Ubuntu)
   Status: New => Confirmed

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman
Switching back to 'new' per FFE process.

** Changed in: chef (Ubuntu)
   Status: Confirmed => New

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman

** Attachment added: "sbuild log"
   
http://launchpadlibrarian.net/31844524/chef_0.7.10-0ubuntu1-i386-20090904-1209

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman

** Attachment added: "full changelog diff"
   http://launchpadlibrarian.net/31844533/chef-changelog.diff

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Joshua Timberman
The following bugs are also fixed in this release:

CHEF-492  FIXED   Attributes aren't quite hash enough to fool 
variables() method in templates  
CHEF-494  FIXED   Multiple roles' default_attributes are not 
merged correctly on the node
CHEF-500  FIXED   server.rb log_location truncation take two  

Additionally, CHEF-492 requires new upstream version 1.0.12 for
libmixlib-config, launchpad bug # 420674

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-15 Thread Thierry Carrez
Upstream changelog lists several improvements:

* [CHEF-449] - use the basename of the  target path as the default for the 
template, remote_file and remote_directory sources
* [CHEF-493] - Alias set_unless with "default" in attributes.rb
* [CHEF-509] - add man pages, initscripts and other goods from packaging efforts
* [CHEF-515] - chef-server needs to be compatible with couchdb 0.10.0
* [CHEF-524] - Chef::Platform.find_provider_for_node is always used to get an 
instance of the provider (code duplication)

The Karmic release is in FeatureFreeze right now (see
https://wiki.ubuntu.com/FeatureFreeze), so this update would need a
FeatureFreezeException. Please turn this bug into one if you think this
update meets the criteria for late inclusion. If the exception is
granted, please resubscribe the sponsors then.

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-14 Thread Joshua Timberman
** Changed in: chef (Ubuntu)
   Status: New => Confirmed

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424576] Re: Chef new upstream version 0.7.10

2009-09-04 Thread Joshua Timberman

** Attachment added: "chef-0.7.10.debdiff"
   http://launchpadlibrarian.net/31324559/chef-0.7.10.debdiff

-- 
Chef new upstream version 0.7.10
https://bugs.launchpad.net/bugs/424576
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs