Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetObsCommon
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
MetObsCommon
Commits
5f8df287
Verified
Commit
5f8df287
authored
Feb 8, 2019
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add prune empty dirs flag to archive incoming script
parent
1c091bd9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
metobscommon/archive/incoming.py
+1
-1
1 addition, 1 deletion
metobscommon/archive/incoming.py
metobscommon/archive/metobs_instruments.ini
+1
-0
1 addition, 0 deletions
metobscommon/archive/metobs_instruments.ini
with
2 additions
and
1 deletion
metobscommon/archive/incoming.py
+
1
−
1
View file @
5f8df287
...
...
@@ -84,7 +84,7 @@ from metobscommon.archive import (
CACHE_ROOT
)
rsync
=
sh
.
Command
(
"
rsync
"
)
rsync
=
rsync
.
bake
(
"
-rlptoDqu
"
)
rsync
=
rsync
.
bake
(
"
-r
m
lptoDqu
"
)
LOG
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
metobscommon/archive/metobs_instruments.ini
+
1
−
0
View file @
5f8df287
# DEPRECATED: NO LONGER USED!
[instrument:aoss.aeri]
data_structure
=
DS_SDIR
name_format
=
AE%%y%%m%%d
...
...
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
sign in
to comment