Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
conda-recipes
Commits
d866b9b3
Commit
d866b9b3
authored
May 18, 2020
by
Valentin Valls
Browse files
Update the recipe to update the files
- xargs was hiding and cancelling the request
parent
fba34ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d866b9b3
...
...
@@ -58,6 +58,6 @@ The channels can be synchronized using the following commands
```
none
$ source activate root
$ conda install anaconda-client
$
find /segfs/bliss/source/admin/conda -name "*tar.bz2" | xargs anaconda upload -u esrf-bcu --force
$
find
/segfs/bliss/source/admin/conda-devel
-name "*tar.bz2" | xargs anaconda upload -u esrf-bcu-devel --force
$
anaconda upload -u $USER_NAME --force /segfs/bliss/source/admin/conda/*/*tar.bz2
$
anaconda upload -u $USER_NAME --force
/segfs/bliss/source/admin/conda-devel
/*/*tar.bz2
```
Write
Preview
Supports
Markdown
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