Merge remote-tracking branch 'origin/master'

Conflicts:
	euscanwww/djeuscan/templates/euscan/accounts/euscan_email.txt

Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
Corentin Chary 2012-09-14 10:31:19 +02:00
commit 1fc42e083d
6 changed files with 12 additions and 3 deletions

6
TODO
View File

@ -38,6 +38,12 @@ metadata.xml
packages:
- MySQL: should use http://downloads.mysql.com/archives/
- mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/
- freecode: to scan freecode.com
- remote-id: type deb repository. Example I always scan:
http://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
to see if google has release an update, same would help for all google
packages and some of the actual debian packages.
Something similar could be done for rpm repositories.
euscanwww
---------

View File

@ -9,7 +9,6 @@ from djeuscan.processing.scan import scan_upstream
logger = logging.getLogger(__name__)
class Command(BaseCommand):
_overlays = {}

View File

@ -112,11 +112,11 @@ def update_portage_trees(logger=None):
logger = logger or FakeLogger()
logger.info("Running emerge --sync")
emerge_sync(logger)
emerge_metadata(logger)
logger.info("Running layman --sync")
layman_sync(logger, cache=True)
#logger.info("Running emerge --regen")
#emerge_regen(logger)
emerge_metadata(logger)
logger.info("Running eix-update")
eix_update(logger)
logger.info("Done!")

View File

@ -365,4 +365,7 @@ admin_tasks = [
update_portage,
update_upstream,
scan_package,
send_update_email,
send_weekly_email,
send_monthly_email,
]

View File

@ -9,7 +9,7 @@
This web interface allow you to browse the portage tree, and find outdated ebuilds. It is designed to help maintainers monitor their packages and bump them.
</p>
<p>
euscan code source is available at <a href="http://git.iksaif.net/?p=djeuscan.git;a=summary">http://git.iksaif.net/?p=euscan.git;a=summary</a>.
euscan code source is available on <a href="http://github.com/iksaif/euscan">github</a>.
</p>
<p>
Original Gentoo artwork and logos copyright (C) Gentoo Foundation.

View File

@ -29,3 +29,4 @@ Watching {{ num_packages }} package{{ num_packages|pluralize:"s"}}: {{ packages_
{% endif %}{% endif %}{% endwith %}
--
This email was sent by euscan, please do not reply.
Go to your euscan account to change email notification settings.