Commit 2690fcab authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no need to specify '../dir_name' for files in the same directory.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42426 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f0b824f
...@@ -3,7 +3,7 @@ extends = ...@@ -3,7 +3,7 @@ extends =
../profiles/software-definition.cfg ../profiles/software-definition.cfg
../profiles/common.cfg ../profiles/common.cfg
../profiles/links.cfg ../profiles/links.cfg
../instance-profiles/supervisor.cfg supervisor.cfg
parts = parts =
cloudooo-instance cloudooo-instance
......
...@@ -18,9 +18,9 @@ extends = ...@@ -18,9 +18,9 @@ extends =
../instance-profiles/testrunner.cfg ../instance-profiles/testrunner.cfg
../instance-profiles/zeo.cfg ../instance-profiles/zeo.cfg
../instance-profiles/zope-2.12.cfg ../instance-profiles/zope-2.12.cfg
../profiles/common.cfg common.cfg
../profiles/software-definition.cfg software-definition.cfg
../profiles/versions-2.12.cfg versions-2.12.cfg
parts = parts =
eggs eggs
......
[buildout] [buildout]
extends = ../profiles/minimal.cfg extends = minimal.cfg
parts += parts +=
# zope-instance # zope-instance
...@@ -16,9 +16,9 @@ extends = ...@@ -16,9 +16,9 @@ extends =
../instance-profiles/kvm.cfg ../instance-profiles/kvm.cfg
../instance-profiles/testrunner.cfg ../instance-profiles/testrunner.cfg
../instance-profiles/testing.cfg ../instance-profiles/testing.cfg
../profiles/software-definition.cfg software-definition.cfg
../profiles/versions.cfg versions.cfg
../profiles/common.cfg common.cfg
parts = parts =
eggs eggs
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# You should build a software home before use this recipe. # You should build a software home before use this recipe.
[buildout] [buildout]
extends = ../profiles/deployment-2.12.cfg extends = deployment-2.12.cfg
parts += parts +=
development-site development-site
......
[buildout] [buildout]
extends = ../profiles/minimal.cfg extends = minimal.cfg
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# You should build a software home before use this recipe. # You should build a software home before use this recipe.
[buildout] [buildout]
extends = ../profiles/deployment.cfg extends = deployment.cfg
parts += parts +=
development-site development-site
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# in Zope # in Zope
[buildout] [buildout]
extends = extends =
../profiles/versions.cfg versions.cfg
../software-profiles/erp5.cfg ../software-profiles/erp5.cfg
../instance-profiles/zope.cfg ../instance-profiles/zope.cfg
......
[buildout] [buildout]
extends = extends =
../profiles/versions-2.12.cfg versions-2.12.cfg
../profiles/software-definition.cfg software-definition.cfg
../software-profiles/apache.cfg ../software-profiles/apache.cfg
../profiles/common.cfg common.cfg
../profiles/software-common.cfg software-common.cfg
../software-profiles/products-erp5.cfg ../software-profiles/products-erp5.cfg
../software-profiles/erp5-2.12.cfg ../software-profiles/erp5-2.12.cfg
../software-profiles/file.cfg ../software-profiles/file.cfg
......
[buildout] [buildout]
extends = extends =
../profiles/versions.cfg versions.cfg
../profiles/software-definition.cfg software-definition.cfg
../software-profiles/apache.cfg ../software-profiles/apache.cfg
../profiles/common.cfg common.cfg
../profiles/software-common.cfg software-common.cfg
../software-profiles/products-erp5.cfg ../software-profiles/products-erp5.cfg
../software-profiles/erp5.cfg ../software-profiles/erp5.cfg
../software-profiles/file.cfg ../software-profiles/file.cfg
......
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
# this file. This file should be kept empty by default and only be modified into # this file. This file should be kept empty by default and only be modified into
# during a release. # during a release.
[buildout] [buildout]
extends = ../profiles/official.cfg extends = official.cfg
[buildout] [buildout]
extends = ../profiles/minimal.cfg extends = minimal.cfg
parts += parts +=
# zope-instance # zope-instance
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# all unit tests. For use this build software in advance. # all unit tests. For use this build software in advance.
[buildout] [buildout]
extends = ../profiles/development.cfg extends = development.cfg
parts = parts =
products-erp5 products-erp5
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
extends = extends =
http://svn.zope.org/repos/main/Zope/tags/2.12.14/versions.cfg http://svn.zope.org/repos/main/Zope/tags/2.12.14/versions.cfg
../profiles/versions-common.cfg versions-common.cfg
[versions] [versions]
# pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs # pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
......
# Packages versions specific for Zope 2.8 flavour # Packages versions specific for Zope 2.8 flavour
[buildout] [buildout]
extends = ../profiles/versions-common.cfg extends = versions-common.cfg
[versions] [versions]
# 0.20.8 is the latest version of itools that works with python-2.4. # 0.20.8 is the latest version of itools that works with python-2.4.
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
parts = apache parts = apache
extends = extends =
../software-profiles/libexpat.cfg libexpat.cfg
../software-profiles/libuuid.cfg libuuid.cfg
../software-profiles/gdbm.cfg gdbm.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/pcre.cfg pcre.cfg
../software-profiles/sqlite3.cfg sqlite3.cfg
../software-profiles/zlib.cfg zlib.cfg
[apache] [apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/ # inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
......
[buildout] [buildout]
extends = extends =
../software-profiles/m4.cfg m4.cfg
parts = parts =
autoconf autoconf
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
parts = parts =
automake-1.11 automake-1.11
extends = extends =
../software-profiles/autoconf.cfg autoconf.cfg
[automake-1.11] [automake-1.11]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
[buildout] [buildout]
extends = extends =
../software-profiles/m4.cfg m4.cfg
parts = parts =
bison bison
......
...@@ -5,8 +5,8 @@ extends = ...@@ -5,8 +5,8 @@ extends =
../profiles/versions-common.cfg ../profiles/versions-common.cfg
../profiles/software-definition.cfg ../profiles/software-definition.cfg
../profiles/common.cfg ../profiles/common.cfg
../software-profiles/python-2.6.cfg python-2.6.cfg
../software-profiles/openoffice-bin.cfg openoffice-bin.cfg
python = software_definition python = software_definition
versions = versions versions = versions
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
[buildout] [buildout]
extends = extends =
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
curl curl
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
parts = parts =
cyrus-sasl cyrus-sasl
extends = extends =
../software-profiles/zlib.cfg zlib.cfg
[cyrus-sasl-gcc4.4-patch] [cyrus-sasl-gcc4.4-patch]
# patch available thanks to Gentoo packagers # patch available thanks to Gentoo packagers
......
[buildout] [buildout]
parts = file parts = file
extends = extends =
../software-profiles/zlib.cfg zlib.cfg
[file] [file]
......
[buildout] [buildout]
extends = extends =
../software-profiles/boost-lib.cfg boost-lib.cfg
../software-profiles/tokyocabinet.cfg tokyocabinet.cfg
parts = parts =
flare flare
......
[buildout] [buildout]
extends = extends =
../software-profiles/m4.cfg m4.cfg
parts = parts =
flex flex
......
[buildout] [buildout]
extends = extends =
../software-profiles/fonts.cfg fonts.cfg
../software-profiles/freetype.cfg freetype.cfg
../software-profiles/libexpat.cfg libexpat.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
fontconfig fontconfig
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[buildout] [buildout]
extends = extends =
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
freetype freetype
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
parts = parts =
gettext gettext
extends = extends =
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/libxml2.cfg libxml2.cfg
../software-profiles/zlib.cfg zlib.cfg
[gettext] [gettext]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
[buildout] [buildout]
extends = extends =
../software-profiles/fontconfig.cfg fontconfig.cfg
../software-profiles/libjpeg.cfg libjpeg.cfg
../software-profiles/libtiff.cfg libtiff.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
parts = ghostscript parts = ghostscript
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
[buildout] [buildout]
extends = extends =
../software-profiles/curl.cfg curl.cfg
../software-profiles/libexpat.cfg libexpat.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
git git
......
[buildout] [buildout]
extends = extends =
../software-profiles/gettext.cfg gettext.cfg
../software-profiles/zlib.cfg zlib.cfg
[glib] [glib]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
parts = parts =
graphviz graphviz
extends = extends =
../software-profiles/fontconfig.cfg fontconfig.cfg
../software-profiles/freetype.cfg freetype.cfg
../software-profiles/libpng.cfg libpng.cfg
../software-profiles/libtool.cfg libtool.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
../software-profiles/zlib.cfg zlib.cfg
[graphviz] [graphviz]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
[buildout] [buildout]
extends = extends =
../software-profiles/autoconf.cfg autoconf.cfg
../software-profiles/automake.cfg automake.cfg
../software-profiles/libtool.cfg libtool.cfg
../software-profiles/mariadb.cfg mariadb.cfg
parts = parts =
handlersocket handlersocket
......
...@@ -4,16 +4,16 @@ ...@@ -4,16 +4,16 @@
[buildout] [buildout]
parts = imagemagick parts = imagemagick
extends = extends =
../software-profiles/bzip2.cfg bzip2.cfg
../software-profiles/freetype.cfg freetype.cfg
../software-profiles/ghostscript.cfg ghostscript.cfg
../software-profiles/libjpeg.cfg libjpeg.cfg
../software-profiles/libpng.cfg libpng.cfg
../software-profiles/libtiff.cfg libtiff.cfg
../software-profiles/libtool.cfg libtool.cfg
../software-profiles/jasper.cfg jasper.cfg
../software-profiles/jbigkit.cfg jbigkit.cfg
../software-profiles/zlib.cfg zlib.cfg
[imagemagick-6.6.6-1-no-gsx-gsc-probe.patch] [imagemagick-6.6.6-1-no-gsx-gsc-probe.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
......
[buildout] [buildout]
extends = extends =
../software-profiles/libjpeg.cfg libjpeg.cfg
parts = parts =
jasper jasper
......
[buildout] [buildout]
extends = extends =
../software-profiles/tokyocabinet.cfg tokyocabinet.cfg
../software-profiles/messagepack.cfg messagepack.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = kumo parts = kumo
......
[buildout] [buildout]
extends = extends =
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
libpng12 libpng12
......
[buildout] [buildout]
extends = extends =
../software-profiles/bzip2.cfg bzip2.cfg
../software-profiles/popt.cfg popt.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
librsync librsync
......
[buildout] [buildout]
extends = extends =
../software-profiles/libjpeg.cfg libjpeg.cfg
../software-profiles/jbigkit.cfg jbigkit.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
libtiff libtiff
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# http://xmlsoft.org/ # http://xmlsoft.org/
[buildout] [buildout]
extends = ../software-profiles/zlib.cfg extends = zlib.cfg
parts = parts =
libxml2 libxml2
......
[buildout] [buildout]
extends = extends =
../software-profiles/libxml2.cfg libxml2.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
libxslt libxslt
......
[buildout] [buildout]
extends = extends =
../software-profiles/libxml2.cfg libxml2.cfg
../software-profiles/libxslt.cfg libxslt.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
lxml-python lxml-python
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
[buildout] [buildout]
extends = extends =
../software-profiles/zlib.cfg zlib.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/readline.cfg readline.cfg
parts = parts =
mariadb mariadb
......
[buildout] [buildout]
parts = memcached parts = memcached
extends = ../software-profiles/libevent.cfg extends = libevent.cfg
[memcached-strict-aliasing-patch] [memcached-strict-aliasing-patch]
# on some platforms original memcached refuses to build: # on some platforms original memcached refuses to build:
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
parts = parts =
mroonga mroonga
extends = extends =
../software-profiles/mariadb.cfg mariadb.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
[groonga] [groonga]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
[buildout] [buildout]
extends = extends =
../software-profiles/autoconf.cfg autoconf.cfg
../software-profiles/automake.cfg automake.cfg
../software-profiles/zlib.cfg zlib.cfg
../software-profiles/bison.cfg bison.cfg
../software-profiles/flex.cfg flex.cfg
../software-profiles/libtool.cfg libtool.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/readline.cfg readline.cfg
parts = parts =
mysql-5.1 mysql-5.1
......
[buildout] [buildout]
extends = extends =
../software-profiles/mysql-tritonn-5.0.cfg mysql-tritonn-5.0.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
mysql-python mysql-python
......
...@@ -4,15 +4,15 @@ ...@@ -4,15 +4,15 @@
[buildout] [buildout]
extends = extends =
../software-profiles/autoconf.cfg autoconf.cfg
../software-profiles/automake.cfg automake.cfg
../software-profiles/zlib.cfg zlib.cfg
../software-profiles/bison.cfg bison.cfg
../software-profiles/flex.cfg flex.cfg
../software-profiles/libtool.cfg libtool.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/readline.cfg readline.cfg
parts = parts =
mysql-tritonn-5.0 mysql-tritonn-5.0
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
parts = parts =
neon neon
extends = extends =
../software-profiles/libxml2.cfg libxml2.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
../software-profiles/zlib.cfg zlib.cfg
[neon] [neon]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
# OpenOffice.org daemon software buildout # OpenOffice.org daemon software buildout
[buildout] [buildout]
extends = ../software-profiles/openoffice-bin.cfg extends = openoffice-bin.cfg
parts += parts +=
oood oood
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
parts = parts =
openldap openldap
extends = extends =
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/cyrus-sasl.cfg cyrus-sasl.cfg
[openldap] [openldap]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
[buildout] [buildout]
extends = extends =
../software-profiles/zlib.cfg zlib.cfg
../profiles/links.cfg ../profiles/links.cfg
parts = parts =
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
parts = parts =
pkgconfig pkgconfig
extends = extends =
../software-profiles/gettext.cfg gettext.cfg
../software-profiles/glib.cfg glib.cfg
../software-profiles/popt.cfg popt.cfg
[pkgconfig] [pkgconfig]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
[buildout] [buildout]
extends = extends =
../software-profiles/subversion.cfg subversion.cfg
[products-erp5] [products-erp5]
# Recipe infrae.subversion is using svn command under the hood, but there is # Recipe infrae.subversion is using svn command under the hood, but there is
......
[buildout] [buildout]
extends = extends =
../software-profiles/apache.cfg apache.cfg
../software-profiles/subversion.cfg subversion.cfg
parts = parts =
pysvn-python pysvn-python
......
[buildout] [buildout]
extends = extends =
../software-profiles/bzip2.cfg bzip2.cfg
../software-profiles/gdbm.cfg gdbm.cfg
../software-profiles/gettext.cfg gettext.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/readline.cfg readline.cfg
../software-profiles/sqlite3.cfg sqlite3.cfg
../software-profiles/zlib.cfg zlib.cfg
../profiles/bootstrap.cfg ../profiles/bootstrap.cfg
../profiles/links.cfg ../profiles/links.cfg
......
[buildout] [buildout]
extends = extends =
../software-profiles/bzip2.cfg bzip2.cfg
../software-profiles/gdbm.cfg gdbm.cfg
../software-profiles/gettext.cfg gettext.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/readline.cfg readline.cfg
../software-profiles/sqlite3.cfg sqlite3.cfg
../software-profiles/zlib.cfg zlib.cfg
../profiles/bootstrap.cfg ../profiles/bootstrap.cfg
../profiles/links.cfg ../profiles/links.cfg
......
[buildout] [buildout]
extends = extends =
../software-profiles/bzip2.cfg bzip2.cfg
../software-profiles/gdbm.cfg gdbm.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/readline.cfg readline.cfg
../software-profiles/sqlite3.cfg sqlite3.cfg
../software-profiles/zlib.cfg zlib.cfg
../profiles/bootstrap.cfg ../profiles/bootstrap.cfg
../profiles/links.cfg ../profiles/links.cfg
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
parts = parts =
python-ldap python-ldap
extends = extends =
../software-profiles/cyrus-sasl.cfg cyrus-sasl.cfg
../software-profiles/openldap.cfg openldap.cfg
../software-profiles/openssl.cfg openssl.cfg
[python-ldap-python] [python-ldap-python]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
......
[buildout] [buildout]
extends = extends =
../software-profiles/librsync.cfg librsync.cfg
parts = parts =
rdiff-backup rdiff-backup
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
parts = parts =
readline readline
extends = extends =
../software-profiles/ncurses.cfg ncurses.cfg
../profiles/links.cfg ../profiles/links.cfg
[readline] [readline]
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
parts = parts =
serf serf
extends = extends =
../software-profiles/apache.cfg apache.cfg
../software-profiles/libuuid.cfg libuuid.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/zlib.cfg zlib.cfg
[serf] [serf]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
[buildout] [buildout]
parts = sphinx parts = sphinx
extends = extends =
../software-profiles/libexpat.cfg libexpat.cfg
../software-profiles/mariadb.cfg mariadb.cfg
../software-profiles/zlib.cfg zlib.cfg
[sphinx-1.10-fix_nosigpipe.patch] [sphinx-1.10-fix_nosigpipe.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
......
[buildout] [buildout]
extends = ../software-profiles/openssl.cfg extends = openssl.cfg
parts = parts =
stunnel stunnel
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
[buildout] [buildout]
extends = extends =
../software-profiles/apache.cfg apache.cfg
../software-profiles/libexpat.cfg libexpat.cfg
../software-profiles/libuuid.cfg libuuid.cfg
../software-profiles/neon.cfg neon.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
../software-profiles/sqlite3.cfg sqlite3.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
subversion subversion
......
[buildout] [buildout]
extends = extends =
../software-profiles/bzip2.cfg bzip2.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = tokyocabinet parts = tokyocabinet
[tokyocabinet] [tokyocabinet]
......
...@@ -7,10 +7,10 @@ parts = ...@@ -7,10 +7,10 @@ parts =
varnish-2.1 varnish-2.1
extends = extends =
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/patch.cfg patch.cfg
../software-profiles/pcre.cfg pcre.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
[varnish] [varnish]
<= varnish-2.0 <= varnish-2.0
......
[buildout] [buildout]
extends = extends =
../software-profiles/garbage-collector.cfg garbage-collector.cfg
../software-profiles/ncurses.cfg ncurses.cfg
../software-profiles/openssl.cfg openssl.cfg
../software-profiles/pkgconfig.cfg pkgconfig.cfg
../software-profiles/zlib.cfg zlib.cfg
parts = parts =
w3m w3m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment