From fbde0696204d1ad272190bcf3af9368849a71d96 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 15 Feb 2020 19:39:34 +0000 Subject: Delete obsolete comments --- ulri | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/ulri b/ulri index 6d91ed3..a528c1a 100755 --- a/ulri +++ b/ulri @@ -18,18 +18,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# compare and rebuild packages on different architecture -# -# TODO -# -# - create a configuration file to handle the various iurt running -# - get the content of the rebuild dir -# - run as many iurt as machines are available and gather results -# - the scheduler just take the results, launch new rebuild, and quit -# - use perl ssh and try to workarround the non working timeout when the -# remote machine is stalled -# - use submitter as packager, not generic name -# use strict; use MDK::Common qw(any cat_ if_ find); @@ -604,38 +592,3 @@ plog('INFO', "jobs in queue:", %to_compile ? unlink $pidfile; exec "emi" if $something_finished; - -__END__ - -# ulri ends here - -Discussion ----------- - -20060802 (Warly) - -* I prefer creating a separate scheduler, so that it can eventually call - other bots. -* bots should be able to take packages by themselves. -* Iurt will perform several checks, they have to be standard and usable - by the maintainer, the results must be put in a visible directory or path -* We can put packages either in a dir or to prefix all files with the date - and uploader. Having all files in a dir will make the listing simpler. - Prefixing the files could be problematic if we base the rpm name and - version parsing on the filename. -* ulri knows the prefix, he could ask iurt to put the packages in a dir - with the same prefix. - -20060806 (Warly) - -* All the packages are put in done, then the final youri is run to put them - in queue/ - -20061104 (claudio) - -* Instead if having configuration defaults for our environment and using - ulri with the defaults, it would be nicer to have minimalistic/generic - defaults and install a configuration file in kenobi -* Ulri's configuration file could be renamed to .ulri.conf instead of - .upload.conf. ==> ok, it's also used by emi - -- cgit v1.2.1