12 lines
391 B
Bash
Executable File
12 lines
391 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# openmamba-dw-checklist daily cron script
|
|
# (c) 2008-2009 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
#
|
|
. /etc/sysconfig/openmamba-central
|
|
REPOSITORY=devel-kde4
|
|
openmamba-dw-checklist -h -r $REPOSITORY > $local_ftp/distromatic/$REPOSITORY/_popular.html
|
|
|
|
REPOSITORY=milestone1-1.1
|
|
openmamba-dw-checklist -h -r $REPOSITORY > $local_ftp/distromatic/$REPOSITORY/_popular.html
|