Skip to content

Commit

Permalink
* Build script enhancement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome authored and jerome committed Jun 9, 2015
1 parent 88468a2 commit b39c911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sdc/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ POSITIONAL ARGS:
If no module specified, install 'transfer' module.
OPTIONS:
-a send prod. archive and files to website
-c build archive
-f send dev. archive to website
-f send archive to http server
-h Show this message
EOF
Expand Down
3 changes: 2 additions & 1 deletion sdt/bin/sdoperation.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def get_recently_modified_datasets():
return datasets_to_export

def trigger_events():
"""Artificially trigger event (usually, events are triggered after each transfer completion).
"""Artificially trigger event for all complete variable
(usually, events are triggered after each transfer completion).
This func is used, for example, to trigger pipeline on already downloaded data.
"""
Expand Down

0 comments on commit b39c911

Please sign in to comment.