Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
20c4918a
"sgl-kernel/python/vscode:/vscode.git/clone" did not exist on "39f9920849dc772abd65fff1296cb15de8d64f1e"
Commit
20c4918a
authored
Jun 11, 2013
by
Davis King
Browse files
updated makerel to convert line endings for python files
parent
d21bb304
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/makerel
docs/makerel
+2
-2
No files found.
docs/makerel
View file @
20c4918a
...
...
@@ -68,8 +68,8 @@ cd .. || report_failure
tar
-cf
$SOURCE_TAR
$RELDIR
||
report_failure
# flip everything to MS-DOS line endings
#find $RELDIR -name "*.cpp" -or -name "*.h" -or -name "*.txt" -or -name "*.html" | xargs flip -m
find
$RELDIR
-name
"*.cpp"
-or
-name
"*.h"
-or
-name
"*.txt"
-or
-name
"*.html"
| xargs unix2dos &> /dev/null
#find $RELDIR -name "*.cpp" -or -name "*.h" -or -name "*.txt" -or -name "*.html"
-or -name "*.py"
| xargs flip -m
find
$RELDIR
-name
"*.cpp"
-or
-name
"*.h"
-or
-name
"*.txt"
-or
-name
"*.html"
-or
-name
"*.py"
| xargs unix2dos &> /dev/null
scp davis@home.dlib.net:dlib_win_python/
*
$RELDIR
/python_examples
||
report_failure
zip
-r9
$SOURCE_ZIP
$RELDIR
>
/dev/null
||
report_failure
...
...
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