Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
cee3bfd9
Commit
cee3bfd9
authored
Mar 21, 2020
by
Guillaume Huard
Browse files
Added hf category for files that should be in cf but not in rf
parent
290d9ac3
Changes
1
Hide whitespace changes
Inline
Side-by-side
local.sh
View file @
cee3bfd9
...
...
@@ -24,8 +24,8 @@ then
then
rm
-fr
local_run
fi
export
VPL_SUBFILES
=
$(
ls
cf rf |
sort
|
uniq
)
local_files
=
$(
echo
ef/
*
rf/
*
cf/
*
)
export
VPL_SUBFILES
=
$(
ls
cf rf
hf
|
sort
|
uniq
)
local_files
=
$(
echo
ef/
*
rf/
*
cf/
*
hf/
*
)
mkdir
local_run
dir
=
$(
dirname
$0
)
for
file
in
$PRECIOUS_FILES
...
...
@@ -58,12 +58,13 @@ else
touch
$dest
/
$dir
/empty_file
fi
done
for
file
in
$(
ls
$dest
/
cf
)
for
file
in
$(
ls
cf
)
do
if
[
$file
!=
empty_file
]
then
touch
$dest
/rf/
$file
fi
touch
$dest
/rf/
$file
done
for
file
in
$(
ls
hf
)
do
cp
hf/
$file
$dest
/cf
done
push
-v
$ID
rm
-r
target
...
...
Write
Preview
Supports
Markdown
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