[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Looking for sponsor for r-cran-plyr



On Tue, Feb 7, 2012 at 3:17 PM, Andreas Tille <andreas@an3as.eu> wrote:
> On Tue, Feb 07, 2012 at 01:19:48PM -0500, Carlos Borroto wrote:
>> I'm looking for a sponsor for r-cran-plyr:
>> git://git.debian.org/git/debian-med/r-cran-plyr.git
>
> Done (because I expect Charles is sleeping currently ;-)).
>

Thanks for taking care of this!

> However, could you please fix the permissions (enable write permissions
> for debian-med team).
>
> I tried to push my recent change
>
> diff --git a/debian/changelog b/debian/changelog
> index 07010ed..6df1b9e 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,4 +1,4 @@
> -r-cran-plyr (1.7.1-1) UNRELEASE; urgency=low
> +r-cran-plyr (1.7.1-1) unstable; urgency=low
>
>   * Initial release (Closes: #657993)
>
> diff --git a/debian/rules b/debian/rules
> index 63cc99b..1bcfaed 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -5,3 +5,4 @@ include /usr/share/R/debian/r-cran.mk
>  # Require a number equal or superior than the R version the package was built with.
>  install/r-$(debRreposname)-$(cranName)::
>        echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars
> +       find debian -name "*.r" -type f | xargs chmod a-x
>
>
> but ended up with
>
> $ git push
> Counting objects: 9, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (5/5), done.
> Writing objects: 100% (5/5), 534 bytes, done.
> Total 5 (delta 4), reused 0 (delta 0)
> error: unable to create temporary sha1 filename ./objects/1f: Read-only file system
>
> fatal: failed to write object
> error: unpack failed: unpack-objects abnormal exit
> To git+ssh://tille@alioth.debian.org/git/debian-med/r-cran-plyr.git
>  ! [remote rejected] master -> master (n/a (unpacker error))
> error: failed to push some refs to 'git+ssh://tille@alioth.debian.org/git/debian-med/r-cran-plyr.git'
>

I just checked the permissions, I don't see anything wrong. The only
thing that comes to my mind is, you are pushing to alioth.debian.org
and not git.debian.org. In the pass when I tried to create the git
repository in alioth, if I remember correctly, I couldn't cause
/srv/git.debian.org is mounted 'ro' on the machine serving alioth.

Could you please try cloning instead from:
git+ssh://git.debian.org/git/debian-med/r-cran-plyr.git

Thanks,
Carlos


Reply to: