Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
c9e40130
Commit
c9e40130
authored
Sep 27, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: upper case for framework directories
parent
79863b19
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
cleanfile
Scripts/cleanfile
+0
-0
crawl_legacy_deps.py
Scripts/development/crawl_legacy_deps.py
+0
-0
inspect_function_usage.py
Scripts/development/inspect_function_usage.py
+0
-0
__init__.py
Scripts/development/lib/__init__.py
+0
-0
legacy_deps.py
Scripts/development/lib/legacy_deps.py
+0
-0
version.sh
Scripts/version.sh
+0
-0
No files found.
Makefile
View file @
c9e40130
...
...
@@ -36,7 +36,7 @@ want-${WANT}: force
.endfor
.if
${GIT}
!=
true
CORE_COMMIT
!=
${
.CURDIR
}
/
s
cripts/version.sh
CORE_COMMIT
!=
${
.CURDIR
}
/
S
cripts/version.sh
CORE_VERSION
=
${
CORE_COMMIT
:C/-.
*
$/
/1
}
CORE_HASH
=
${
CORE_COMMIT
:C/^.
*-//1
}
.endif
...
...
@@ -267,9 +267,9 @@ upgrade: plist-check upgrade-check package
@
${
LOCALBASE
}
/etc/rc.restart_webgui
lint
:
force
find
${
.CURDIR
}
/src
${
.CURDIR
}
/
s
cripts
\
find
${
.CURDIR
}
/src
${
.CURDIR
}
/
S
cripts
\
-name
"*.sh"
-type
f
-print0
| xargs
-0
-n1
sh
-n
find
${
.CURDIR
}
/src
${
.CURDIR
}
/
s
cripts
\
find
${
.CURDIR
}
/src
${
.CURDIR
}
/
S
cripts
\
-name
"*.xml"
-type
f
-print0
| xargs
-0
-n1
xmllint
--noout
find
${
.CURDIR
}
/src
\
!
-name
"*.xml"
!
-name
"*.xml.sample"
!
-name
"*.eot"
\
...
...
@@ -288,11 +288,11 @@ sweep: force
fi
find
${
.CURDIR
}
/src
!
-name
"*.min.*"
!
-name
"*.svg"
\
!
-name
"*.ser"
-type
f
-print0
|
\
xargs
-0
-n1
s
cripts/cleanfile
find
${
.CURDIR
}
/
s
cripts
-type
f
-print0
|
\
xargs
-0
-n1
s
cripts/cleanfile
xargs
-0
-n1
${
.CURDIR
}
/S
cripts/cleanfile
find
${
.CURDIR
}
/
S
cripts
-type
f
-print0
|
\
xargs
-0
-n1
${
.CURDIR
}
/S
cripts/cleanfile
find
${
.CURDIR
}
-type
f
-depth
1
-print0
|
\
xargs
-0
-n1
s
cripts/cleanfile
xargs
-0
-n1
${
.CURDIR
}
/S
cripts/cleanfile
style
:
want-pear-PHP_CodeSniffer
@
(
phpcs
--standard
=
ruleset.xml
${
.CURDIR
}
/src/opnsense
\
...
...
s
cripts/cleanfile
→
S
cripts/cleanfile
View file @
c9e40130
File moved
s
cripts/development/crawl_legacy_deps.py
→
S
cripts/development/crawl_legacy_deps.py
View file @
c9e40130
File moved
s
cripts/development/inspect_function_usage.py
→
S
cripts/development/inspect_function_usage.py
View file @
c9e40130
File moved
s
cripts/development/lib/__init__.py
→
S
cripts/development/lib/__init__.py
View file @
c9e40130
File moved
s
cripts/development/lib/legacy_deps.py
→
S
cripts/development/lib/legacy_deps.py
View file @
c9e40130
File moved
s
cripts/version.sh
→
S
cripts/version.sh
View file @
c9e40130
File moved
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