[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-edu-commits] Cron <builder@administrator> nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log



Hi,

as expected:

On Thu, May 31, 2018 at 10:07:08PM +0200, Cron Daemon wrote:
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/build/CD-administrator'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/debian-edu'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/build/CD-administrator'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/debian-edu'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/build/CD-administrator'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/debian-edu'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/build/CD-administrator'
> svn: No repository found in 'svn+ssh://de-build-guest@svn.debian.org/svn/debian-edu/trunk/src/debian-edu'
> 
> _______________________________________________
> debian-edu-commits mailing list
> debian-edu-commits@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-edu-commits

so I have disabled some cronjobs from builder@a.skolelinux.no:

$ diff crontab_before crontab_after 
21c21
< 1 1 * * * find $HOME -mtime +4 -name 'autobuild-debs-*' |xargs -r rm
---
> #1 1 * * * find $HOME -mtime +4 -name 'autobuild-debs-*' |xargs -r rm
38c38
< 7,22,37,52 * * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log
---
> #7,22,37,52 * * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log
47,48c47,48
< 10,40 * * * * /home/builder/src/debian-edu/src/archive/gather.pl
< 15,45 * * * * /home/builder/src/debian-edu/src/archive/ask.pl > /var/www/ftp.skolelinux.org/edu-packages
---
> #10,40 * * * * /home/builder/src/debian-edu/src/archive/gather.pl
> #15,45 * * * * /home/builder/src/debian-edu/src/archive/ask.pl > /var/www/ftp.skolelinux.org/edu-packages


both crontab versions are attached, so you can see whats still
running as builder on a.skolelinux.no.


-- 
cheers,
	Holger
# Add ~/bin to PATH
PATH=/home/builder/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games

# For sending our result
MAILTO="debian-edu-commits@lists.alioth.debian.org"

#
# Generate the list of bugs against our packages. [pere 2002-07-22]
#
# Disabled 2014-04-08, as it is no longer being used
#50 7 * * * nice $HOME/src/skolelinuxsvn/skolelinux/src/cronjobs/buildbuglist.sh

#
# Generate debian packages [pere 2002-03-16]
# Disabled 2010-09-26, as it is unused as far as I know.
#
#*/15 * * * * nice $HOME/src/skolelinuxsvn/skolelinux/src/cronjobs/builddebs.sh

#
# Remove the build log from package building once per day. [pere 2003-01-20]
1 1 * * * find $HOME -mtime +4 -name 'autobuild-debs-*' |xargs -r rm

# Use new mirror sync setup [white 2008-12-26]
# sync more frequently [holger 2010-01-30]
#  (dinstall runs 1|7|13|19:52 and takes up to 4h, see http://ftp-master.debian.org/stat/totals.png)

52 06,12,18,23 * * * nice $HOME/bin/ftpsync
# copy the one above for debian-security [sep 2009-07-06]
50 05,11,17,23 * * * nice $HOME/bin/ftpsync-security

#
# Check local packages for changes and rebuild CDs [pere 2006-09-01]
# Run 7 minutes past every whole quarter, to build with the packages made available
# in the local APT source every quarter.

# DISABLE CD builder temporarily while we are migrating to Git (sunweaver, 2014-02-05)
# enabled again, h01ger, 2015-04-24
7,22,37,52 * * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log

# disabled as it always fails, h01ger, 2015-05-12
#    37 */4 * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log
# only run  twice a day, so that people have a chance to actually download DVDs
#01 12,23 * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log


# Create list of packages being in local
10,40 * * * * /home/builder/src/debian-edu/src/archive/gather.pl
15,45 * * * * /home/builder/src/debian-edu/src/archive/ask.pl > /var/www/ftp.skolelinux.org/edu-packages

# grab popcon data nightly, 
1 1 * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator get_popcon  > /dev/null

# Generate live CD
#0 4,16 * * * nice /home/builder/src/debian-edu/src/build/live-CD/build.sh
# Add ~/bin to PATH
PATH=/home/builder/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games

# For sending our result
MAILTO="debian-edu-commits@lists.alioth.debian.org"

#
# Generate the list of bugs against our packages. [pere 2002-07-22]
#
# Disabled 2014-04-08, as it is no longer being used
#50 7 * * * nice $HOME/src/skolelinuxsvn/skolelinux/src/cronjobs/buildbuglist.sh

#
# Generate debian packages [pere 2002-03-16]
# Disabled 2010-09-26, as it is unused as far as I know.
#
#*/15 * * * * nice $HOME/src/skolelinuxsvn/skolelinux/src/cronjobs/builddebs.sh

#
# Remove the build log from package building once per day. [pere 2003-01-20]
#1 1 * * * find $HOME -mtime +4 -name 'autobuild-debs-*' |xargs -r rm

# Use new mirror sync setup [white 2008-12-26]
# sync more frequently [holger 2010-01-30]
#  (dinstall runs 1|7|13|19:52 and takes up to 4h, see http://ftp-master.debian.org/stat/totals.png)

52 06,12,18,23 * * * nice $HOME/bin/ftpsync
# copy the one above for debian-security [sep 2009-07-06]
50 05,11,17,23 * * * nice $HOME/bin/ftpsync-security

#
# Check local packages for changes and rebuild CDs [pere 2006-09-01]
# Run 7 minutes past every whole quarter, to build with the packages made available
# in the local APT source every quarter.

# DISABLE CD builder temporarily while we are migrating to Git (sunweaver, 2014-02-05)
# enabled again, h01ger, 2015-04-24
#7,22,37,52 * * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log

# disabled as it always fails, h01ger, 2015-05-12
#    37 */4 * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log
# only run  twice a day, so that people have a chance to actually download DVDs
#01 12,23 * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator check-and-build | tee $HOME/cd-build.log


# Create list of packages being in local
#10,40 * * * * /home/builder/src/debian-edu/src/archive/gather.pl
#15,45 * * * * /home/builder/src/debian-edu/src/archive/ask.pl > /var/www/ftp.skolelinux.org/edu-packages

# grab popcon data nightly, 
1 1 * * * nice make -s -C $HOME/src/debian-edu/src/build/CD-administrator get_popcon  > /dev/null

# Generate live CD
#0 4,16 * * * nice /home/builder/src/debian-edu/src/build/live-CD/build.sh

Attachment: signature.asc
Description: PGP signature


Reply to: