Do you know about the cause by which the zypper-etckeeper.py does not operate ? (was: [opensuse-factory] Request for package the "etckeeper", please put the "etckeeper" into Factory's official repository .)

Hi Catalin, Joey, and all . I am going to put the etckeeper into the official repository of openSUSE . http://lists.opensuse.org/opensuse-factory/2014-06/msg00072.html https://build.opensuse.org/package/users/utilities/etckeeper I have noticed that the zypper-etckeeper.py is not operating on openSUSE 12.3 and 13.1 . At first, I have noticed that there is not executable in zypper-etckeeper.py . Then, I corrected Makefile . -------- diff --git a/Makefile b/Makefile index 13ce4fe..cf034a2 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),yum) endif ifeq ($(HIGHLEVEL_PACKAGE_MANAGER),zypper) mkdir -p $(DESTDIR)$(prefix)/lib/zypp/plugins/commit - $(INSTALL_DATA) zypper-etckeeper.py $(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py + $(INSTALL) zypper-etckeeper.py $(DESTDIR)$(prefix)/lib/zypp/plugins/commit/zypper-etckeeper.py endif -./etckeeper-bzr/__init__.py install --root=$(DESTDIR) ${PYTHON_INSTALL_OPTS} || echo "** bzr support not installed" echo "** installation successful" -------- I performed "sudo zypper in -C zypp-plugin-python" . But it does not operate yet . I read http://doc.opensuse.org/projects/libzypp/HEAD/zypp-plugins.html . But I did not find a cause . Do you know some about the cause of not operating ? 2014-06-16 6:44 GMT+09:00 1xx <itsango@gmail.com>:
-- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/>

Hi Catalin, Joey, and all . I tried LANG=C -------- mitsutoshi@linux-3br4:/etc> echo $LANG ja_JP.UTF-8 mitsutoshi@linux-3br4:/etc>sudo sh -c "echo dummy 3>dummy" mitsutoshi@linux-3br4:/etc>LANG=C sudo zypper rm hello -------- It operated normally this time !!!!!!!! -------- mitsutoshi@linux-3br4:/etc> sudo git log | head commit 7f56122be3141be44cc39b718c291b29008699b3 Author: Mitsu <bkbin005@rinku.zaq.ne.jp> Date: Wed Jun 18 13:45:12 2014 +0900 saving uncommitted changes in /etc prior to zypper run commit e642bce3c75fcb7466229f93b92d14ad2b1ddd63 Author: Mitsu <bkbin005@rinku.zaq.ne.jp> Date: Mon Jun 16 10:24:37 2014 +0900 mitsutoshi@linux-3br4:/etc> -------- Probably, I think that processing of Locale of ZYpp is likely to have a problem . Thanks all !!!!!!!!! 2014-06-18 2:37 GMT+09:00 1xx <itsango@gmail.com>:
-- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Hi all. 2014-06-18 14:17 GMT+09:00 1xx <itsango@gmail.com>:
Probably, I think that processing of Locale of ZYpp is likely to have a problem .
The problem of locale was solved by applying patch. https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:utilit... https://build.opensuse.org/package/show/home:Mitsutoshi:branches:utilities/e... I am testing etckeeper 1.12 now, it seems to work normally. Are there those who want to test new etckeeper? It can download from the following. http://software.opensuse.org/download.html?project=home%3AMitsutoshi%3Abranc... I noticed the following problem. The etckeeper uses git by default. 。 Although the git is not supporting hardlink, there are hardlinked files in /etc of openSUSE. For this reason, etckeeper (both 1.7 and 1.12) display warning.
Fedora 20, Debian 7.5 and Ubuntu 14.04 do not have hardlinked files in /etc. It seems to be a known issue in CentOS+EPEL. https://bugzilla.redhat.com/show_bug.cgi?id=684548 I think that it is not a big issue. If it has no problem in another, I will submitrequest it to utilities in 2014-06-22 +0900.
And I willl update etckeeper to 1.12 .
-- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

2014-06-20 11:22 GMT+09:00 1xx <itsango@gmail.com>:
I will submitrequest it to utilities in 2014-06-22 +0900.
I submitrequested it. https://build.opensuse.org/request/show/238255 -- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

2014-06-22 8:18 GMT+09:00 1xx <itsango@gmail.com>:
Please review it and accept or decline it. I wrote a bug report . https://bugzilla.novell.com/show_bug.cgi?id=884154 -- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Hi Catalin, Joey, and all . I tried LANG=C -------- mitsutoshi@linux-3br4:/etc> echo $LANG ja_JP.UTF-8 mitsutoshi@linux-3br4:/etc>sudo sh -c "echo dummy 3>dummy" mitsutoshi@linux-3br4:/etc>LANG=C sudo zypper rm hello -------- It operated normally this time !!!!!!!! -------- mitsutoshi@linux-3br4:/etc> sudo git log | head commit 7f56122be3141be44cc39b718c291b29008699b3 Author: Mitsu <bkbin005@rinku.zaq.ne.jp> Date: Wed Jun 18 13:45:12 2014 +0900 saving uncommitted changes in /etc prior to zypper run commit e642bce3c75fcb7466229f93b92d14ad2b1ddd63 Author: Mitsu <bkbin005@rinku.zaq.ne.jp> Date: Mon Jun 16 10:24:37 2014 +0900 mitsutoshi@linux-3br4:/etc> -------- Probably, I think that processing of Locale of ZYpp is likely to have a problem . Thanks all !!!!!!!!! 2014-06-18 2:37 GMT+09:00 1xx <itsango@gmail.com>:
-- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

Hi all. 2014-06-18 14:17 GMT+09:00 1xx <itsango@gmail.com>:
Probably, I think that processing of Locale of ZYpp is likely to have a problem .
The problem of locale was solved by applying patch. https://build.opensuse.org/package/view_file/home:Mitsutoshi:branches:utilit... https://build.opensuse.org/package/show/home:Mitsutoshi:branches:utilities/e... I am testing etckeeper 1.12 now, it seems to work normally. Are there those who want to test new etckeeper? It can download from the following. http://software.opensuse.org/download.html?project=home%3AMitsutoshi%3Abranc... I noticed the following problem. The etckeeper uses git by default. 。 Although the git is not supporting hardlink, there are hardlinked files in /etc of openSUSE. For this reason, etckeeper (both 1.7 and 1.12) display warning.
Fedora 20, Debian 7.5 and Ubuntu 14.04 do not have hardlinked files in /etc. It seems to be a known issue in CentOS+EPEL. https://bugzilla.redhat.com/show_bug.cgi?id=684548 I think that it is not a big issue. If it has no problem in another, I will submitrequest it to utilities in 2014-06-22 +0900.
And I willl update etckeeper to 1.12 .
-- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

2014-06-20 11:22 GMT+09:00 1xx <itsango@gmail.com>:
I will submitrequest it to utilities in 2014-06-22 +0900.
I submitrequested it. https://build.opensuse.org/request/show/238255 -- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org

2014-06-22 8:18 GMT+09:00 1xx <itsango@gmail.com>:
Please review it and accept or decline it. I wrote a bug report . https://bugzilla.novell.com/show_bug.cgi?id=884154 -- 1xx <ItSANgo@gmail.com> <https://twitter.com/ItSANgo> Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp> <http://d.hatena.ne.jp/Itisango/> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (1)
-
1xx