Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
c41c5e1b
Commit
c41c5e1b
authored
10 years ago
by
Simon Lejeune
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] package: last fedora epel repo
parent
dce983de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup/package.py
+1
-1
1 addition, 1 deletion
setup/package.py
with
2 additions
and
2 deletions
setup.cfg
+
1
−
1
View file @
c41c5e1b
...
...
@@ -34,7 +34,7 @@ requires =
#
# These libraries can be installed as system packages thanks to the
# Fedora EPEL repo (https://fedoraproject.org/wiki/EPEL):
# rpm -ivh http://dl.fedoraproject.org/pub/epel/
beta/
7/x86_64/epel-release-7-
0.
2.noarch.rpm
# rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/
e/
epel-release-7-2.noarch.rpm
# yum update -y && yum upgrade -y
#
# Unfortunately, all the needed packages are not yet ported to EPEL7. You can install them with pip:
...
...
This diff is collapsed.
Click to expand it.
setup/package.py
+
1
−
1
View file @
c41c5e1b
...
...
@@ -310,7 +310,7 @@ def test_deb(o):
def
test_rpm
(
o
):
with
docker
(
'
centos:centos7
'
,
o
.
build_dir
,
o
.
pub
)
as
centos7
:
centos7
.
release
=
'
odoo.noarch.rpm
'
centos7
.
system
(
'
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-
1
.noarch.rpm
'
)
centos7
.
system
(
'
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-
2
.noarch.rpm
'
)
centos7
.
system
(
'
yum update -y && yum upgrade -y
'
)
centos7
.
system
(
'
yum install python-pip gcc python-devel -y
'
)
centos7
.
system
(
'
pip install pydot pyPdf vatnumber xlwt http://download.gna.org/pychart/PyChart-1.39.tar.gz
'
)
...
...
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