Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RBM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
boklm
RBM
Commits
98be5a62
Unverified
Commit
98be5a62
authored
2 years ago
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40042: Stop using `touch_arg` in `touch`
Instead we expect the argument to follow on the same line.
parent
a91d4653
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/options_misc.asc
+1
-2
1 addition, 2 deletions
doc/options_misc.asc
lib/RBM/DefaultConfig.pm
+1
-7
1 addition, 7 deletions
lib/RBM/DefaultConfig.pm
with
2 additions
and
9 deletions
doc/options_misc.asc
+
1
−
2
View file @
98be5a62
...
...
@@ -52,5 +52,4 @@ num_procs::
touch::
This option can be used to set the mtime of files to +timestamp+.
It takes a +touch_args+ argument which is the intended file to
touch.
It expects the file to touch as as argument following on the same line.
This diff is collapsed.
Click to expand it.
lib/RBM/DefaultConfig.pm
+
1
−
7
View file @
98be5a62
...
...
@@ -475,13 +475,7 @@ ZIP_END
####
####
####
touch
=>
<<
TOUCH_END
,
[
%
USE
date
-%
]
touch
-
m -t [% date.format(c('timestamp'), format = '%Y%m%d%H%M') %] [% c('touch_args', { error_if_undef => 1 }) %]
TOUCH_END
####
####
####
touch
=>
"
[% USE date %]touch -m -t [% date.format(c('timestamp'), format = '%Y%m%d%H%M') %]
",
arch
=>
\
&get_arch
,
input_files_by_name
=>
sub
{
RBM::
input_files
('
getfnames
',
@
_
);
},
input_files_id
=>
sub
{
RBM::
input_files
('
input_files_id
',
@
_
);
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment