diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001637.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001637.html | 452 |
1 files changed, 452 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001637.html b/zarb-ml/mageia-sysadm/2011-January/001637.html new file mode 100644 index 000000000..22d1ee6c8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001637.html @@ -0,0 +1,452 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [685] Rename submit-queue as submit-upload now that they are merged + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B685%5D%20Rename%20submit-queue%20as%20submit-upload%20now%20that%0A%09they%20are%20merged&In-Reply-To=%3C20110107004444.42FF141AD7%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001636.html"> + <LINK REL="Next" HREF="001638.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [685] Rename submit-queue as submit-upload now that they are merged</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B685%5D%20Rename%20submit-queue%20as%20submit-upload%20now%20that%0A%09they%20are%20merged&In-Reply-To=%3C20110107004444.42FF141AD7%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [685] Rename submit-queue as submit-upload now that they are merged">root at mageia.org + </A><BR> + <I>Fri Jan 7 01:44:44 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001636.html">[Mageia-sysadm] [238] Rename youri-queue in youri-upload now that they are merged +</A></li> + <LI>Next message: <A HREF="001638.html">[Mageia-sysadm] [686] Require proper case as it was fixed in svn +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1637">[ date ]</a> + <a href="thread.html#1637">[ thread ]</a> + <a href="subject.html#1637">[ subject ]</a> + <a href="author.html#1637">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 685 +Author: pterjan +Date: 2011-01-07 01:44:43 +0100 (Fri, 07 Jan 2011) +Log Message: +----------- +Rename submit-queue as submit-upload now that they are merged + +Modified Paths: +-------------- + puppet/modules/buildsystem/manifests/init.pp + +Added Paths: +----------- + puppet/modules/buildsystem/templates/submit-upload.conf + +Removed Paths: +------------- + puppet/modules/buildsystem/templates/submit-queue.conf + +Modified: puppet/modules/buildsystem/manifests/init.pp +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2011-01-07 00:27:40 UTC (rev 684) ++++ puppet/modules/buildsystem/manifests/init.pp 2011-01-07 00:44:43 UTC (rev 685) +@@ -142,11 +142,11 @@ + content => template("buildsystem/submit-todo.conf") + } + +- file { "/etc/youri/submit-queue.conf": ++ file { "/etc/youri/submit-upload.conf": + ensure => present, + mode => 644, + require => File["/etc/youri"], +- content => template("buildsystem/submit-queue.conf") ++ content => template("buildsystem/submit-upload.conf") + } + } + + +Deleted: puppet/modules/buildsystem/templates/submit-queue.conf +=================================================================== +--- puppet/modules/buildsystem/templates/submit-queue.conf 2011-01-07 00:27:40 UTC (rev 684) ++++ puppet/modules/buildsystem/templates/submit-queue.conf 2011-01-07 00:44:43 UTC (rev 685) +@@ -1,163 +0,0 @@ +-<% +-escaped_domain = domain.gsub('.','\.') +-%> +- +-home: <%= sched_home_dir %> +- +-# repository declaration +-repository: +- class: Youri::Repository::Mageia_upload +- options: +- install_root: <%= repository_root %>/distrib +- upload_root: ${home}/uploads/ +- upload_state: queue +- queue: queue +- noarch: i586 +- svn: svn+<A HREF="ssh://svn.<%=">ssh://svn.<%=</A> domain %>/svn/packages/cauldron/ +- 1: +- arch: i586 x86_64 +- cauldron: +- arch: i586 x86_64 +- +-# targets definition +-targets: +- cauldron: +- checks: +- - version +- - tag +- - acl +- - rpmlint +- - recency +- - queue_recency +- actions: +-# - sign +- - install +- - link +-# - mail +-# - archive +- - clean +- +- 1: +- checks: +- - version +- - tag +- - acl +- - rpmlint +- - recency +- - queue_recency +- actions: +-# - sign +- - install +- - link +-# - mail +-# - archive +- - clean +- +-# checks definition +-checks: +- tag: +- class: Youri::Submit::Check::Tag +- options: +- tags: +- release: 'mga\d+' +- # packager: '<\S+@<%= escaped_domain %>>$' +- distribution: '^Mageia' +- vendor: '^Mageia.org$' +- +- recency: +- class: Youri::Submit::Check::Recency +- +- queue_recency: +- class: Youri::Submit::Check::Queue_recency +- +- host: +- class: Youri::Submit::Check::Host +- options: +- host_file: /etc/youri/host.conf +- +- section: +- class: Youri::Submit::Check::Section +- +- rpmlint: +- class: Youri::Submit::Check::Rpmlint +- options: +- config: /etc/rpmlint/config +- results: +- - buildprereq-use +- - no-description-tag +- - no-summary-tag +- - non-standard-group +- - non-xdg-migrated-menu +- # it breaks dbus +- #- patch-not-applied +- - percent-in-conflicts +- - percent-in-dependency +- - percent-in-obsoletes +- - percent-in-provides +- - summary-ended-with-dot +- +- svn: +- class: Youri::Submit::Check::SVN +- +- acl: +- class: Youri::Submit::Check::ACL +- options: +- acl_file: /etc/youri/acl.conf +- +- history: +- class: Youri::Submit::Check::History +- +- source: +- class: Youri::Submit::Check::Source +- +- precedence: +- class: Youri::Submit::Check::Precedence +- options: +- target: cauldron +- +- version: +- class: Youri::Submit::Check::Version +- options: +- 1: +- authorized_packages: none_package_authorized +- authorized_sections: ^[a-z]+/(updates|testing|backports|backports_testing)$ +- authorized_arches: none +- mode: freeze +- +- cauldron: +-# <mrl> Prior freeze +- authorized_sections: ^[a-z]+/(release|testing)$ +- authorized_arches: .* +- mode: normal +-## <blino> Version freeze +-# authorized_packages: ^$ +-# authorized_sections: ^main/testing|contrib/testing$ +-# authorized_arches: ^$ +-# authorized_users: ^blino|ennael|nvigier$ +-# mode: version_freeze +-# <mrl> Freeze config +-# authorized_packages: ^mdkonline|drakxtools|urpmi|ia_ora-gnome|ldetect|ldetect-lst|rpm-mageia-setup|perl-MDK-Common$ +-# authorized_packages: none_package_authorized +-# authorized_sections: ^restricted/release|main/testing|contrib/testing$ +-# authorized_arches: none +-# authorized_users: ^blino|ennael|nvigier$ +-# mode: freeze +- +-# actions definitions +-actions: +- install: +- class: Youri::Submit::Action::Install +- +- markrelease: +- class: Youri::Upload::Action::Markrelease +- +- link: +- class: Youri::Upload::Action::Link +- +- archive: +- class: Youri::Upload::Action::Archive +- +- clean: +- class: Youri::Upload::Action::Clean +- +-# vim:ft=yaml:et:sw=4 + +Copied: puppet/modules/buildsystem/templates/submit-upload.conf (from rev 684, puppet/modules/buildsystem/templates/submit-queue.conf) +=================================================================== +--- puppet/modules/buildsystem/templates/submit-upload.conf (rev 0) ++++ puppet/modules/buildsystem/templates/submit-upload.conf 2011-01-07 00:44:43 UTC (rev 685) +@@ -0,0 +1,163 @@ ++<% ++escaped_domain = domain.gsub('.','\.') ++%> ++ ++home: <%= sched_home_dir %> ++ ++# repository declaration ++repository: ++ class: Youri::Repository::Mageia_upload ++ options: ++ install_root: <%= repository_root %>/distrib ++ upload_root: ${home}/uploads/ ++ upload_state: queue ++ queue: queue ++ noarch: i586 ++ svn: svn+<A HREF="ssh://svn.<%=">ssh://svn.<%=</A> domain %>/svn/packages/cauldron/ ++ 1: ++ arch: i586 x86_64 ++ cauldron: ++ arch: i586 x86_64 ++ ++# targets definition ++targets: ++ cauldron: ++ checks: ++ - version ++ - tag ++ - acl ++ - rpmlint ++ - recency ++ - queue_recency ++ actions: ++# - sign ++ - install ++ - link ++# - mail ++# - archive ++ - clean ++ ++ 1: ++ checks: ++ - version ++ - tag ++ - acl ++ - rpmlint ++ - recency ++ - queue_recency ++ actions: ++# - sign ++ - install ++ - link ++# - mail ++# - archive ++ - clean ++ ++# checks definition ++checks: ++ tag: ++ class: Youri::Submit::Check::Tag ++ options: ++ tags: ++ release: 'mga\d+' ++ # packager: '<\S+@<%= escaped_domain %>>$' ++ distribution: '^Mageia' ++ vendor: '^Mageia.org$' ++ ++ recency: ++ class: Youri::Submit::Check::Recency ++ ++ queue_recency: ++ class: Youri::Submit::Check::Queue_recency ++ ++ host: ++ class: Youri::Submit::Check::Host ++ options: ++ host_file: /etc/youri/host.conf ++ ++ section: ++ class: Youri::Submit::Check::Section ++ ++ rpmlint: ++ class: Youri::Submit::Check::Rpmlint ++ options: ++ config: /etc/rpmlint/config ++ results: ++ - buildprereq-use ++ - no-description-tag ++ - no-summary-tag ++ - non-standard-group ++ - non-xdg-migrated-menu ++ # it breaks dbus ++ #- patch-not-applied ++ - percent-in-conflicts ++ - percent-in-dependency ++ - percent-in-obsoletes ++ - percent-in-provides ++ - summary-ended-with-dot ++ ++ svn: ++ class: Youri::Submit::Check::SVN ++ ++ acl: ++ class: Youri::Submit::Check::ACL ++ options: ++ acl_file: /etc/youri/acl.conf ++ ++ history: ++ class: Youri::Submit::Check::History ++ ++ source: ++ class: Youri::Submit::Check::Source ++ ++ precedence: ++ class: Youri::Submit::Check::Precedence ++ options: ++ target: cauldron ++ ++ version: ++ class: Youri::Submit::Check::Version ++ options: ++ 1: ++ authorized_packages: none_package_authorized ++ authorized_sections: ^[a-z]+/(updates|testing|backports|backports_testing)$ ++ authorized_arches: none ++ mode: freeze ++ ++ cauldron: ++# <mrl> Prior freeze ++ authorized_sections: ^[a-z]+/(release|testing)$ ++ authorized_arches: .* ++ mode: normal ++## <blino> Version freeze ++# authorized_packages: ^$ ++# authorized_sections: ^main/testing|contrib/testing$ ++# authorized_arches: ^$ ++# authorized_users: ^blino|ennael|nvigier$ ++# mode: version_freeze ++# <mrl> Freeze config ++# authorized_packages: ^mdkonline|drakxtools|urpmi|ia_ora-gnome|ldetect|ldetect-lst|rpm-mageia-setup|perl-MDK-Common$ ++# authorized_packages: none_package_authorized ++# authorized_sections: ^restricted/release|main/testing|contrib/testing$ ++# authorized_arches: none ++# authorized_users: ^blino|ennael|nvigier$ ++# mode: freeze ++ ++# actions definitions ++actions: ++ install: ++ class: Youri::Submit::Action::Install ++ ++ markrelease: ++ class: Youri::Upload::Action::Markrelease ++ ++ link: ++ class: Youri::Upload::Action::Link ++ ++ archive: ++ class: Youri::Upload::Action::Archive ++ ++ clean: ++ class: Youri::Upload::Action::Clean ++ ++# vim:ft=yaml:et:sw=4 +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110107/db49c8b1/attachment-0001.html> +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001636.html">[Mageia-sysadm] [238] Rename youri-queue in youri-upload now that they are merged +</A></li> + <LI>Next message: <A HREF="001638.html">[Mageia-sysadm] [686] Require proper case as it was fixed in svn +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1637">[ date ]</a> + <a href="thread.html#1637">[ thread ]</a> + <a href="subject.html#1637">[ subject ]</a> + <a href="author.html#1637">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |