ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] rsync with patterns
@ 2008-04-17  9:30 Evgeny Sinelnikov
  2008-04-17  9:46 ` Damir Shayhutdinov
  0 siblings, 1 reply; 6+ messages in thread
From: Evgeny Sinelnikov @ 2008-04-17  9:30 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Здравствуйте,

Хочу выяснить момент о работоспособности патернов при использовании
rsync.altlinux.ru
Раньше можно было осуществлять вот такой броузинг:
rsync rsync://rsync.altlinux.ru/ALTLinux/Sisyphus/noarch/RPMS.*

Сейчас это не работает
$ rsync rsync://rsync.altlinux.ru/ALTLinux/Sisyphus/files/noarch/RPMS/i386-mingw32msvc-SDL-*
Welcome to ALT Linux Team public rsync archive!

rsync: link_stat "/Sisyphus/files/noarch/RPMS/i386-mingw32msvc-SDL-*"
(in ALTLinux) failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at
main.c(1500) [receiver=3.0.2]


-- 
Sin (Sinelnikov Evgeny)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] rsync with patterns
  2008-04-17  9:30 [devel] rsync with patterns Evgeny Sinelnikov
@ 2008-04-17  9:46 ` Damir Shayhutdinov
  2008-04-17  9:53   ` Evgeny Sinelnikov
  0 siblings, 1 reply; 6+ messages in thread
From: Damir Shayhutdinov @ 2008-04-17  9:46 UTC (permalink / raw)
  To: ALT Linux Team development discussions

>  Сейчас это не работает
>  $ rsync rsync://rsync.altlinux.ru/ALTLinux/Sisyphus/files/noarch/RPMS/i386-mingw32msvc-SDL-*
>  Welcome to ALT Linux Team public rsync archive!
>
>  rsync: link_stat "/Sisyphus/files/noarch/RPMS/i386-mingw32msvc-SDL-*"
>  (in ALTLinux) failed: No such file or directory (2)
>  rsync error: some files could not be transferred (code 23) at
>  main.c(1500) [receiver=3.0.2]
Файла такого нет?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] rsync with patterns
  2008-04-17  9:46 ` Damir Shayhutdinov
@ 2008-04-17  9:53   ` Evgeny Sinelnikov
  2008-04-17  9:59     ` Kirill A. Shutemov
  0 siblings, 1 reply; 6+ messages in thread
From: Evgeny Sinelnikov @ 2008-04-17  9:53 UTC (permalink / raw)
  To: ALT Linux Team development discussions

`

2008/4/17 Damir Shayhutdinov <damir@altlinux.org>:
> >  Сейчас это не работает
>  >  $ rsync rsync://rsync.altlinux.ru/ALTLinux/Sisyphus/files/noarch/RPMS/i386-mingw32msvc-SDL-*
>  >  Welcome to ALT Linux Team public rsync archive!
>  >
>  >  rsync: link_stat "/Sisyphus/files/noarch/RPMS/i386-mingw32msvc-SDL-*"
>  >  (in ALTLinux) failed: No such file or directory (2)
>  >  rsync error: some files could not be transferred (code 23) at
>  >  main.c(1500) [receiver=3.0.2]
>  Файла такого нет?
>

Так... Разница вот такая.
У нас так:
$ rsync rsync://rsync.altlinux.ru/ALTLinux/Sisyphus/files/SRPMS/mono*
Welcome to ALT Linux Team public rsync archive!

rsync: link_stat "/Sisyphus/files/SRPMS/mono*" (in ALTLinux) failed:
No such file or directory (2)
rsync error: some files could not be transferred (code 23) at
main.c(1500) [receiver=3.0.2]

А должно быть так:
$ rsync rsync://mirrors.kernel.org/fedora/development/source/SRPMS/mono*
[...]
-rw-r--r--    18389737 2008/04/15 13:31:00 mono-1.9-7.fc9.src.rpm
-rw-r--r--      182057 2008/04/16 06:17:58 mono-addins-0.3-5.fc9.src.rpm
-rw-r--r--     1174938 2008/04/17 10:40:03 mono-basic-1.9-2.fc9.src.rpm
-rw-r--r--       53658 2008/04/17 10:40:03
mono-cecil-flowanalysis-0.1-0.3.20080409svn100264.fc9.src.rpm
-rw-r--r--     1532090 2008/04/17 10:40:03 mono-debugger-0.60-3.fc9.src.rpm
-rw-r--r--     3737184 2008/04/17 10:40:03 mono-ndoc-1.3.1-2.fc9.src.rpm
-rw-r--r--     1117485 2008/04/17 10:40:04 mono-nunit22-2.2.10-3.fc9.src.rpm
-rw-r--r--     5367773 2008/04/17 10:40:04 mono-sharpcvslib-0.35-2.fc9.src.rpm
-rw-r--r--      105592 2008/04/17 10:40:04 mono-zeroconf-0.7.5-4.fc9.src.rpm
-rw-r--r--     3782129 2008/04/17 10:40:04 monodevelop-0.19-6.fc9.src.rpm
-rw-r--r--    13048290 2008/04/15 13:32:57 monodoc-1.2.6-2.1.fc9.src.rpm
-rw-r--r--      110943 2008/04/17 10:40:06 monosim-1.3.0.2-1.fc9.src.rpm
-rw-r--r--     5318574 2008/04/15 13:33:08 monotone-0.39-1.fc9.src.rpm
-rw-r--r--      101707 2008/04/15 13:33:27 monotone-viz-1.0.1-2.fc9.src.rpm

Хотя некоторое время назад оно у нас тоже работало...


-- 
Sin (Sinelnikov Evgeny)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] rsync with patterns
  2008-04-17  9:53   ` Evgeny Sinelnikov
@ 2008-04-17  9:59     ` Kirill A. Shutemov
  2008-04-17 10:35       ` Sergey Vlasov
  0 siblings, 1 reply; 6+ messages in thread
From: Kirill A. Shutemov @ 2008-04-17  9:59 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

On Thu, Apr 17, 2008 at 01:53:41PM +0400, Evgeny Sinelnikov wrote:
> Хотя некоторое время назад оно у нас тоже работало...

Может это сломалось при обновлении на rsync 3.0.x ?

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + ALT Linux Team, http://www.altlinux.com/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] rsync with patterns
  2008-04-17  9:59     ` Kirill A. Shutemov
@ 2008-04-17 10:35       ` Sergey Vlasov
  2008-05-01  0:55         ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Sergey Vlasov @ 2008-04-17 10:35 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

On Thu, Apr 17, 2008 at 12:59:01PM +0300, Kirill A. Shutemov wrote:
> On Thu, Apr 17, 2008 at 01:53:41PM +0400, Evgeny Sinelnikov wrote:
> > Хотя некоторое время назад оно у нас тоже работало...
> 
> Может это сломалось при обновлении на rsync 3.0.x ?

Именно так.  Теперь приходится делать

rsync -dlEtOvbzP --include "$pattern" --exclude "*" "$remote_dir/" .

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [devel] rsync with patterns
  2008-04-17 10:35       ` Sergey Vlasov
@ 2008-05-01  0:55         ` Dmitry V. Levin
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2008-05-01  0:55 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

On Thu, Apr 17, 2008 at 02:35:29PM +0400, Sergey Vlasov wrote:
> On Thu, Apr 17, 2008 at 12:59:01PM +0300, Kirill A. Shutemov wrote:
> > On Thu, Apr 17, 2008 at 01:53:41PM +0400, Evgeny Sinelnikov wrote:
> > > Хотя некоторое время назад оно у нас тоже работало...
> > 
> > Может это сломалось при обновлении на rsync 3.0.x ?
> 
> Именно так.  Теперь приходится делать
> 
> rsync -dlEtOvbzP --include "$pattern" --exclude "*" "$remote_dir/" .

Это баг, исправлен в rsync-3.0.2-alt2.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-05-01  0:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17  9:30 [devel] rsync with patterns Evgeny Sinelnikov
2008-04-17  9:46 ` Damir Shayhutdinov
2008-04-17  9:53   ` Evgeny Sinelnikov
2008-04-17  9:59     ` Kirill A. Shutemov
2008-04-17 10:35       ` Sergey Vlasov
2008-05-01  0:55         ` Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git