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:
commit
1fc42e083d
6
TODO
6
TODO
@ -38,6 +38,12 @@ metadata.xml
|
|||||||
packages:
|
packages:
|
||||||
- MySQL: should use http://downloads.mysql.com/archives/
|
- MySQL: should use http://downloads.mysql.com/archives/
|
||||||
- mariadb: should use http://downloads.askmonty.org/MariaDB/+releases/
|
- 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
|
euscanwww
|
||||||
---------
|
---------
|
||||||
|
@ -9,7 +9,6 @@ from djeuscan.processing.scan import scan_upstream
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
_overlays = {}
|
_overlays = {}
|
||||||
|
|
||||||
|
@ -112,11 +112,11 @@ def update_portage_trees(logger=None):
|
|||||||
logger = logger or FakeLogger()
|
logger = logger or FakeLogger()
|
||||||
logger.info("Running emerge --sync")
|
logger.info("Running emerge --sync")
|
||||||
emerge_sync(logger)
|
emerge_sync(logger)
|
||||||
|
emerge_metadata(logger)
|
||||||
logger.info("Running layman --sync")
|
logger.info("Running layman --sync")
|
||||||
layman_sync(logger, cache=True)
|
layman_sync(logger, cache=True)
|
||||||
#logger.info("Running emerge --regen")
|
#logger.info("Running emerge --regen")
|
||||||
#emerge_regen(logger)
|
#emerge_regen(logger)
|
||||||
emerge_metadata(logger)
|
|
||||||
logger.info("Running eix-update")
|
logger.info("Running eix-update")
|
||||||
eix_update(logger)
|
eix_update(logger)
|
||||||
logger.info("Done!")
|
logger.info("Done!")
|
||||||
|
@ -365,4 +365,7 @@ admin_tasks = [
|
|||||||
update_portage,
|
update_portage,
|
||||||
update_upstream,
|
update_upstream,
|
||||||
scan_package,
|
scan_package,
|
||||||
|
send_update_email,
|
||||||
|
send_weekly_email,
|
||||||
|
send_monthly_email,
|
||||||
]
|
]
|
||||||
|
@ -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.
|
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>
|
||||||
<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>
|
||||||
<p>
|
<p>
|
||||||
Original Gentoo artwork and logos copyright (C) Gentoo Foundation.
|
Original Gentoo artwork and logos copyright (C) Gentoo Foundation.
|
||||||
|
@ -29,3 +29,4 @@ Watching {{ num_packages }} package{{ num_packages|pluralize:"s"}}: {{ packages_
|
|||||||
{% endif %}{% endif %}{% endwith %}
|
{% endif %}{% endif %}{% endwith %}
|
||||||
--
|
--
|
||||||
This email was sent by euscan, please do not reply.
|
This email was sent by euscan, please do not reply.
|
||||||
|
Go to your euscan account to change email notification settings.
|
||||||
|
Loading…
Reference in New Issue
Block a user