Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ include/
lib/
parts/
var/
pyvenv.cfg
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

276 changes: 0 additions & 276 deletions CENTOS-INSTALL.rst

This file was deleted.

2 changes: 2 additions & 0 deletions DEBIAN-INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
`Debian 9.x Plone 5.2.x & Documentviewer Setup, Author/Leonardo J. Caballero G. CTO - Covantec R.L.`

Beware: this document is kept for reference, it is not updated for Plone 6

Debian Software Selection & Setup
---------------------------------

Expand Down
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

// This file is kept for reference.
//
// In case you might want to update the CSS files.
//
// The JS build is not used anymore.

module.exports = function (grunt) {
'use strict';
grunt.initConfig({
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ include *.json
include *.py
include *.rst
include *.txt
include Makefile
include buildout.cfg
include travis.cfg
include .tx/config
graft collective
graft docs
Expand Down
9 changes: 0 additions & 9 deletions Makefile

This file was deleted.

23 changes: 15 additions & 8 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-5.2.x.cfg
https://raw.githubusercontent.com/collective/buildout.plonetest/master/test-6.1.x.cfg

parts =
test
Expand All @@ -22,12 +22,19 @@ eggs =
environment = test-environment

[versions]
amqp = 2.1.4
amqp = 5.3.1
anyjson = 0.3.3
billiard = 3.5.0.4
celery = 4.2.1
kombu = 4.2.1
billiard = 4.2.1
celery = 5.5.3
kombu = 5.5.4

[versions:python27]
more-itertools = 5.0.0
vine = 1.3.0
# from dependencies
SQLAlchemy = 2.0.42
click-didyoumean = 0.3.1
click-plugins = 1.1.1.2
click-repl = 0.3.0
collective.celery = 1.1.4
greenlet = 3.2.3
repoze.catalog = 0.9.0
vine = 5.1.0
zope.index = 7.0
Loading