Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite7cfd85

Browse files
author
谢炜
committed
rsync copy symlink dest
1 parent72a93a3 commite7cfd85

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGELOG‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* 0.4.5 (2020-04-17)
2+
- rsync use '-L' option
3+
* 0.4.4 (2020-03-18)
4+
- add --timeout=900 to rsync, same as the default timeout of wget
15
* 0.4.3 (2019-03-11)
26
- fix a bug when download multiple arches from same distribution
37
- fix a bug of downloading translation files with d-i component

‎VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.4.5

‎apt_mirror/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def download_urls(stage, urls, context):
6161
'--limit-rate='+context.limit_rate,
6262
'-t','5','-r','-N','-l','inf']
6363
rsync_args= ['rsync','-t','--no-motd',
64-
'-K','-l','--copy-unsafe-links',
64+
'-K','-L',
6565
'--ignore-missing-args',
6666
'--timeout=900',
6767
'--bwlimit',context.limit_rate]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp