Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
7a2e7bb4
Commit
7a2e7bb4
authored
Nov 08, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update TODO
parent
be4f37b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
TODO
TODO
+3
-2
check_code.sh
check_code.sh
+1
-0
No files found.
TODO
View file @
7a2e7bb4
...
@@ -9,12 +9,13 @@ systemctl edit юнит
...
@@ -9,12 +9,13 @@ systemctl edit юнит
хочется видеть прямые зависимости, обратные, и рекурсивно.
хочется видеть прямые зависимости, обратные, и рекурсивно.
выводить в цивилизованном виде (в прямом только с --direct)
выводить в цивилизованном виде (в прямом только с --direct)
Синхронизация списков файлов по пакетам:
rsync -av --inplace --progress --compress
rsync -av --inplace --progress --compress
Но лучше получать с сервиса
epm sf - скачивание через rsync -z для компактности?
epmqp uuid на x86_64/Ubuntu не различает архитектуру
epmqp uuid на x86_64/Ubuntu не различает архитектуру
eon sf - скачивание через rsync -z для компактности?
get system checking
get system checking
https://github.com/gwicke/mediawiki-containers
https://github.com/gwicke/mediawiki-containers
...
...
check_code.sh
View file @
7a2e7bb4
...
@@ -12,6 +12,7 @@ EXCL="$EXCL,SC2154,SC2002"
...
@@ -12,6 +12,7 @@ EXCL="$EXCL,SC2154,SC2002"
if
[
-n
"
$1
"
]
;
then
if
[
-n
"
$1
"
]
;
then
shellcheck
$EXCL
"
$1
"
shellcheck
$EXCL
"
$1
"
checkbashisms
-f
"
$1
"
exit
exit
fi
fi
...
...
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