Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aliens4friends
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
Eclipse Oniro Compliance Toolchain
toolchain
aliens4friends
Merge requests
!66
add support for multiple toolchains
代码
评审变更
检出分支
下载
补丁
文本差异
Merged
add support for multiple toolchains
ap/clang
into
master
Overview
0
Commits
4
Pipelines
6
Changes
2
Merged
Alberto Pianon
requested to merge
ap/clang
into
master
2 years ago
Overview
0
Commits
4
Pipelines
6
Changes
2
Expand
see epic
&7 (closed)
Edited
2 years ago
by
Alberto Pianon
0
0
Merge request reports
Compare
master
version 2
048f2c30
2 years ago
version 1
dd1f3bc0
2 years ago
master (base)
and
latest version
latest version
3d67337f
4 commits,
2 years ago
version 2
048f2c30
3 commits,
2 years ago
version 1
dd1f3bc0
2 commits,
2 years ago
2 files
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
aliens4friends/commons/settings.py
+
1
−
1
Options
@@ -4,7 +4,7 @@
from
dotenv
import
dotenv_values
,
find_dotenv
# pip install -U python-dotenv
class
Settings
:
VERSION
=
"
0.8.
2
"
VERSION
=
"
0.8.
3
"
PATH_TMP
=
"
apiresponse
"
PATH_DEB
=
"
debian
"
PATH_USR
=
"
userland
"
Loading