Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
66783db1
Commit
66783db1
authored
7 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Deploy to stable channel (not to root channel)
parent
f7c78443
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conda/build-condarc
+1
-0
1 addition, 0 deletions
conda/build-condarc
gitlab/functions.sh
+2
-0
2 additions, 0 deletions
gitlab/functions.sh
with
3 additions
and
0 deletions
conda/build-condarc
+
1
−
0
View file @
66783db1
...
...
@@ -10,5 +10,6 @@ ssl_verify: false
quiet: true
channels:
- https://www.idiap.ch/software/bob/conda/label/beta
- https://www.idiap.ch/software/bob/conda/label/stable
- https://www.idiap.ch/software/bob/conda
- defaults
This diff is collapsed.
Click to expand it.
gitlab/functions.sh
+
2
−
0
View file @
66783db1
...
...
@@ -367,9 +367,11 @@ set_conda_channels() {
fi
if
[
"
${
1
}
"
==
"private"
]
;
then
# adds private stable builds (only if the package is also private)
CONDA_CHANNELS+
=(
'private/conda/label/stable'
)
CONDA_CHANNELS+
=(
'private/conda'
)
fi
# adds public stable builds (always)
CONDA_CHANNELS+
=(
'public/conda/label/stable'
)
CONDA_CHANNELS+
=(
'public/conda'
)
check_array_env CONDA_CHANNELS
}
...
...
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