Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
Iuriatan Felipe Muniz
funkwhale
Commits
3a19505c
Verified
Commit
3a19505c
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/0.3.2'
parents
08e28aa6
a8f77546
No related branches found
Branches containing commit
Tags
0.3.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+8
-1
8 additions, 1 deletion
CHANGELOG
api/Dockerfile
+0
-1
0 additions, 1 deletion
api/Dockerfile
api/funkwhale_api/__init__.py
+1
-1
1 addition, 1 deletion
api/funkwhale_api/__init__.py
with
9 additions
and
3 deletions
CHANGELOG
+
8
−
1
View file @
3a19505c
Changelog
=========
0.3.2 (Unreleased)
0.3.3 (Unreleased)
------------------
0.3.2
------------------
- Fixed an issue in the main dockerfile
0.3.1
------------------
...
...
This diff is collapsed.
Click to expand it.
api/Dockerfile
+
0
−
1
View file @
3a19505c
...
...
@@ -7,7 +7,6 @@ ENV PYTHONUNBUFFERED 1
COPY
./requirements.apt /requirements.apt
RUN
apt-get update
-qq
&&
grep
"^[^#;]"
requirements.apt | xargs apt-get
install
-y
RUN
curl
-L
https://github.com/acoustid/chromaprint/releases/download/v1.4.2/chromaprint-fpcalc-1.4.2-linux-x86_64.tar.gz |
tar
-xz
-C
/usr/local/bin
--strip
1
RUN
fcalc yolofkjdssdhf
COPY
./requirements/base.txt /requirements/base.txt
RUN
pip
install
-r
/requirements/base.txt
COPY
./requirements/production.txt /requirements/production.txt
...
...
This diff is collapsed.
Click to expand it.
api/funkwhale_api/__init__.py
+
1
−
1
View file @
3a19505c
# -*- coding: utf-8 -*-
__version__
=
'
0.3.
1
'
__version__
=
'
0.3.
2
'
__version_info__
=
tuple
([
int
(
num
)
if
num
.
isdigit
()
else
num
for
num
in
__version__
.
replace
(
'
-
'
,
'
.
'
,
1
).
split
(
'
.
'
)])
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