Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-22 Thread Holger Wansing
Control: tags -1 + pending Holger Wansing wrote: > Hi, > > xiao sheng wen (肖盛文) wrote: > > Good news! > > > > The newest git commit run  Pipeline #187465   sucess!* > > Tagging this bug as pending. Hrrr, forgot the Control: line -- Holger Wansing PGP-Fingerprint: 496A C6E8 1442 4B34

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-21 Thread Holger Wansing
Hi, xiao sheng wen (肖盛文) wrote: > Good news! > > The newest git commit run  Pipeline #187465   sucess!* Tagging this bug as pending. Holger -- Holger Wansing PGP-Fingerprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-19 Thread 肖盛文
Hi,Osamu:     Thanks for your explanation. I get it. make entity is not run in CI pipeline now. 在 2020/10/19 下午10:03, Osamu Aoki 写道: H... the entity is somewhat fragile part. This is because it tends to organize package name etc. That's why we do not run this when we build package.

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-19 Thread Osamu Aoki
Hi, On Mon, 2020-10-19 at 07:35 +, Holger Wansing wrote: > Hi, > > Am Montag, 19. Oktober 2020 schrieb xiao sheng wen (肖盛文): > > run "make entity" also let us find any errors in the whole > > building > > process.(example is Bug#972437) > > > > entity tag also used very heavy in the

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-19 Thread Holger Wansing
Hi, Am Montag, 19. Oktober 2020 schrieb xiao sheng wen (肖盛文): > run "make entity" also let us find any errors in the whole building > process.(example is Bug#972437) > > entity tag also used very heavy in the project, if every commit can > run"make entity"in pipelne, we will find any error

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-19 Thread 肖盛文
在 2020/10/18 下午6:54, xiao sheng wen (肖盛文) 写道: when I run : make entity grep --binary-files=text -e '^Package: [a-z0-9][-+a-z0-9.]*[ 0-9]*$' < all-popcon-results.txt >all-popcon-pkgs.txt sed -n -e 's/^Submissions: *\([^ ]*\) *$/\1/p' < all-popcon-results.txt >all-popcon-submissions.txt #

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-18 Thread 肖盛文
run "make entity" also let us find any errors in the whole building process.(example is Bug#972437) entity tag also used very heavy in the project, if every commit can run"make entity"in pipelne,  we will find any error immediately. If "make entity" can success run in pipeline, the  new

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-18 Thread Holger Wansing
Hi, Am Sonntag, 18. Oktober 2020 schrieb xiao sheng wen (肖盛文): > hi,Stuart, > > I had add make entity CI in pipeline, but meet the errors, please > help see: I think it is not useful/not needed to execute "make entity" on every build. It's only required when new packages are added to the

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-18 Thread 肖盛文
hi,Stuart,    I had add make entity CI in pipeline, but meet the errors, please help see: https://salsa.debian.org/debian/debian-reference/-/jobs/1084031 Connecting to popcon.debian.org (popcon.debian.org)|209.87.16.63|:443... connected. | ERROR: The certificate of 'popcon.debian.org' is

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-18 Thread Holger Wansing
Hi, xiao sheng wen (肖盛文) wrote: > Hi, > > After Holger and me do some git commit, the fr language still can't be > build in my local computer: > >  make test "LANGPO=fr" has some error: It works fine here. The errors you are seing are all regarding "pop-xxxyyy" entities; those are

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-18 Thread 肖盛文
在 2020/10/18 下午3:43, Holger Wansing 写道: It works fine here. The errors you are seing are all regarding "pop-xxxyyy" entities; those are generated with "make entity" (if that has not been done some time before). Does this fix the problem for you? Holger when I run : make entity grep

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-18 Thread 肖盛文
Good news! The newest git commit run  Pipeline #187465   sucess!* * https://salsa.debian.org/debian/debian-reference/-/jobs/1083139 haha!  :-D 在 2020/10/18 下午1:33, xiao sheng wen (肖盛文) 写道: Hi, After Holger and me do some git commit, the fr language still can't be build in my local

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-17 Thread 肖盛文
Hi, After Holger and me do some git commit, the fr language still can't be build in my local computer:  make test "LANGPO=fr" has some error: [...] ``` mkdir -p /home/atzlinux/devel/offical/debian-reference/tmp xsltproc --novalid --nonet --xinclude   --stringparam base.dir

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-17 Thread Stuart Prescott
Control: tags -1 + patch Hi Holger thanks for the quick fix to the po files Here's a simple CI pipeline to test that the po files are usable using "make wrap; make po; make test". https://salsa.debian.org/debian/debian-reference/-/merge_requests/5 It could be extended to also try building

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-17 Thread Holger Wansing
Hi, Stuart Prescott wrote: > The repo currently contains committed git conflict markers which are not > valid .po syntax: > > #. type: Content of: > #, no-wrap > msgid "" > "$ zcat \"/usr/share/doc/base-passwd/users-and-groups.txt.gz\" | > sensible-pager\n" > "$ sensible-browser

Bug#972371: debian-reference: Add CI to ensure that git is buildable

2020-10-16 Thread Stuart Prescott
Source: debian-reference Version: 2.76 Severity: important Dear Maintainer, While looking at #942942, I needed to be able to build the debian-reference package to check that my changes made sense. Unfortunately, the git 'master' branch is not currently buildable as many po syntax errors have