Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-mirrors] Permission denied errors on /downloads/.git directory

Hi there,

I've fixed the permissions, and I've also added *.git* to our --exclude
list on the server-side so you don't get these useless files.

Thanks for reporting this.

Denis



On 04/09/2017 06:46 AM, LKD FTP wrote:
> There seems to be some git checkout in the mirror under /downloads/
> directory.
>
> I don't have access to the master server, but my upstream server and
> both servers listed in the rsync script[1] seem to have this issue.
> Can you remove this directory from the master server?
>
> [1]: https://www.eclipse.org/downloads/eclipse.org-rsync.sh.txt
>
>
> $ rsync -4 rsync.gtlib.gatech.edu::eclipse/downloads/.git/
> ...
> rsync: change_dir "/downloads/.git" (in eclipse) failed: Permission
> denied (13)
> rsync error: some files/attrs were not transferred (see previous
> errors) (code 23) at main.c(1684) [Receiver=3.1.2]
>
>
> $ rsync -4 rsync.osuosl.org::eclipse/downloads/.git/
> ...
> rsync: change_dir "/downloads/.git" (in eclipse) failed: Permission
> denied (13)
> rsync error: some files/attrs were not transferred (see previous
> errors) (code 23) at main.c(1684) [Receiver=3.1.2]
> _______________________________________________
> eclipse-mirrors mailing list
> eclipse-mirrors@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/eclipse-mirrors



Back to the top