[yum-cvs] yum-utils repotrack.py,NONE,1.1
Seth Vidal
skvidal at login.linux.duke.edu
Sat Jun 11 19:43:44 UTC 2005
Update of /home/groups/yum/cvs/yum-utils
In directory login:/tmp/cvs-serv22830
Added Files:
repotrack.py
Log Message:
stub for a new yum-util - repotrack
--- NEW FILE repotrack.py ---
#!/usr/bin/python -tt
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Library General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# (c) 2005 seth vidal skvidal at phy.duke.edu
# specify list of repos or default in yum.conf
# specify list of pkgs - default to *
# download latest set + any deps to a specified dir
# alternatively:
# repomanage repo
# createrepo repo
# repoview repo
# email some address the list of new/updated packages.
# need to keep state of current repo to know what's 'new' and when to download things
# arch should be specified or default to system arch.
import yum
More information about the Yum-cvs-commits
mailing list