Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
e53f49d1
Commit
e53f49d1
authored
Apr 08, 2008
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call patch-update in its new location.
parent
0917f581
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
release-rsync
packaging/release-rsync
+3
-3
No files found.
packaging/release-rsync
View file @
e53f49d1
...
...
@@ -232,11 +232,11 @@ my $ans = <STDIN>;
system
"git commit -a -m 'Preparing for release of $version'"
and
exit
1
;
print
"Updating files in \"patches\" dir ...\n"
;
system
"
support
/patch-update"
;
system
"
packaging
/patch-update"
;
if
(
$ans
=~
/^y/i
)
{
print
"\nVisiting all \"patch/*\" branches ...\n"
;
system
"
support
/patch-update --shell"
;
system
"
packaging
/patch-update --shell"
;
}
print
$break
,
<<EOT;
...
...
@@ -305,7 +305,7 @@ system "fakeroot tar czf $srctar_file rsync-$version; rm -rf rsync-$version";
print
"Updating files in \"rsync-$version/patches\" dir ...\n"
;
mkdir
(
"rsync-$version"
,
0755
);
mkdir
(
"rsync-$version/patches"
,
0755
);
system
"
support
/patch-update --skip-check --gen=rsync-$version/patches"
;
system
"
packaging
/patch-update --skip-check --gen=rsync-$version/patches"
;
print
"Creating $pattar_file ...\n"
;
system
"fakeroot tar chzf $pattar_file rsync-$version/patches; rm -rf rsync-$version"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment