Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
687a24cc
Commit
687a24cc
authored
9 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
add command to retrieve processing plugins; sudo template change; release notes update
parent
a08e668a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/dm-get-processing-plugins
+17
-0
17 additions, 0 deletions
bin/dm-get-processing-plugins
doc/RELEASE_NOTES.txt
+8
-0
8 additions, 0 deletions
doc/RELEASE_NOTES.txt
etc/dm.sudo-rules.template
+3
-2
3 additions, 2 deletions
etc/dm.sudo-rules.template
with
28 additions
and
2 deletions
bin/dm-get-processing-plugins
0 → 100755
+
17
−
0
View file @
687a24cc
#!/bin/sh
# Run command
if
[
-z
$DM_ROOT_DIR
]
;
then
cd
`
dirname
$0
`
&&
myDir
=
`
pwd
`
setupFile
=
$myDir
/../setup.sh
if
[
!
-f
$setupFile
]
;
then
echo
"Cannot find setup file:
$setupFile
"
exit
1
fi
source
$setupFile
>
/dev/null
fi
$DM_ROOT_DIR
/src/python/dm/daq_web_service/cli/getProcessingPluginsCli.py
$@
This diff is collapsed.
Click to expand it.
doc/RELEASE_NOTES.txt
+
8
−
0
View file @
687a24cc
Release 0.9 (02/25/2016)
=============================
- Developed directory processing mode for uploads; in this mode file transfer
plugins transfer entire directories as opposed to individual files
- Added dm-get-processing-plugins command
- Resolved working directory issue that may occur with simutaneous uploads
Release 0.8 (01/26/2016)
Release 0.8 (01/26/2016)
=============================
=============================
...
...
This diff is collapsed.
Click to expand it.
etc/dm.sudo-rules.template
+
3
−
2
View file @
687a24cc
...
@@ -5,10 +5,11 @@ User_Alias USER=DM_SYSTEM_UNIX_ACCOUNT
...
@@ -5,10 +5,11 @@ User_Alias USER=DM_SYSTEM_UNIX_ACCOUNT
Cmnd_Alias SETFACL=/usr/bin/setfacl -m group\:*\:rx DM_STORAGE_DIR/*
Cmnd_Alias SETFACL=/usr/bin/setfacl -m group\:*\:rx DM_STORAGE_DIR/*
Cmnd_Alias USERMOD=/usr/sbin/usermod -a -G * *
Cmnd_Alias USERMOD=/usr/sbin/usermod -a -G * *
Cmnd_Alias GROUPADD=/usr/sbin/groupadd *
Cmnd_Alias GROUPADD=/usr/sbin/groupadd *
Cmnd_Alias CHOWN=/bin/chown -R \:* *
Cmnd_Alias CHOWN=/bin/chown \:* *
Cmnd_Alias CHOWN_R=/bin/chown -R \:* *
Cmnd_Alias GPASSWD=/usr/bin/gpasswd * * *
Cmnd_Alias GPASSWD=/usr/bin/gpasswd * * *
Cmnd_Alias NSCD=/usr/sbin/nscd -i *
Cmnd_Alias NSCD=/usr/sbin/nscd -i *
USER HOST = (root) NOPASSWD: SETFACL,USERMOD,GROUPADD,CHOWN,GPASSWD,NSCD
USER HOST = (root) NOPASSWD: SETFACL,USERMOD,GROUPADD,CHOWN,
CHOWN_R,
GPASSWD,NSCD
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