public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/
@ 2016-04-17 15:42 Brian Dolbec
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Dolbec @ 2016-04-17 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d298478fd56ba44d8ef36436fcfad23e9f7be5d7
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 14:50:57 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 23:29:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=d298478f

repoman/modules/scan.py: Add docstrings

 pym/repoman/modules/scan/scan.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pym/repoman/modules/scan/scan.py b/pym/repoman/modules/scan/scan.py
index 4901500..d2a5f51 100644
--- a/pym/repoman/modules/scan/scan.py
+++ b/pym/repoman/modules/scan/scan.py
@@ -1,5 +1,10 @@
 # -*- coding:utf-8 -*-
 
+'''
+moudules/scan.py
+Module specific package scan list generator
+'''
+
 import logging
 import os
 import sys
@@ -8,6 +13,15 @@ from repoman.errors import caterror
 
 
 def scan(repolevel, reposplit, startdir, categories, repo_settings):
+	'''Generate a list of pkgs to scan
+
+	@param repolevel: integer, number of subdirectories deep from the tree root
+	@param reposplit: list of the path subdirs
+	@param startdir: the top level directory to begin scanning from
+	@param categories: list of known categories
+	@param repo_settings: repository settings instance
+	@returns: scanlist, sorted list of pkgs to scan
+	'''
 	scanlist = []
 	if repolevel == 2:
 		# we are inside a category directory


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/
@ 2016-04-21 16:54 Brian Dolbec
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Dolbec @ 2016-04-21 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7e3abb544d68e92dd25bd8564a99928298f1e985
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 14:50:57 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 16:51:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=7e3abb54

repoman/modules/scan.py: Add docstrings

 pym/repoman/modules/scan/scan.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pym/repoman/modules/scan/scan.py b/pym/repoman/modules/scan/scan.py
index 4901500..d2a5f51 100644
--- a/pym/repoman/modules/scan/scan.py
+++ b/pym/repoman/modules/scan/scan.py
@@ -1,5 +1,10 @@
 # -*- coding:utf-8 -*-
 
+'''
+moudules/scan.py
+Module specific package scan list generator
+'''
+
 import logging
 import os
 import sys
@@ -8,6 +13,15 @@ from repoman.errors import caterror
 
 
 def scan(repolevel, reposplit, startdir, categories, repo_settings):
+	'''Generate a list of pkgs to scan
+
+	@param repolevel: integer, number of subdirectories deep from the tree root
+	@param reposplit: list of the path subdirs
+	@param startdir: the top level directory to begin scanning from
+	@param categories: list of known categories
+	@param repo_settings: repository settings instance
+	@returns: scanlist, sorted list of pkgs to scan
+	'''
 	scanlist = []
 	if repolevel == 2:
 		# we are inside a category directory


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/
@ 2016-04-25 15:32 Brian Dolbec
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Dolbec @ 2016-04-25 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     28d182722ce4941f455b54bd47a58e317a189e2a
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 14:50:57 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 15:28:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=28d18272

repoman/modules/scan.py: Add docstrings

 pym/repoman/modules/scan/scan.py | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pym/repoman/modules/scan/scan.py b/pym/repoman/modules/scan/scan.py
index 4901500..d2a5f51 100644
--- a/pym/repoman/modules/scan/scan.py
+++ b/pym/repoman/modules/scan/scan.py
@@ -1,5 +1,10 @@
 # -*- coding:utf-8 -*-
 
+'''
+moudules/scan.py
+Module specific package scan list generator
+'''
+
 import logging
 import os
 import sys
@@ -8,6 +13,15 @@ from repoman.errors import caterror
 
 
 def scan(repolevel, reposplit, startdir, categories, repo_settings):
+	'''Generate a list of pkgs to scan
+
+	@param repolevel: integer, number of subdirectories deep from the tree root
+	@param reposplit: list of the path subdirs
+	@param startdir: the top level directory to begin scanning from
+	@param categories: list of known categories
+	@param repo_settings: repository settings instance
+	@returns: scanlist, sorted list of pkgs to scan
+	'''
 	scanlist = []
 	if repolevel == 2:
 		# we are inside a category directory


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-25 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 16:54 [gentoo-commits] proj/portage:repoman commit in: pym/repoman/modules/scan/ Brian Dolbec
  -- strict thread matches above, loose matches on Subject: below --
2016-04-25 15:32 Brian Dolbec
2016-04-17 15:42 Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox