Parent Directory
|
Revision Log
Adding armhf and s390x
| 1 | #!/bin/bash -e |
| 2 | |
| 3 | . /srv/www.debian.org/cron/common.sh |
| 4 | base_dir=$crondir/people_scripts |
| 5 | dest_dir=$webtopdir/webwml/english/devel |
| 6 | |
| 7 | cd $base_dir |
| 8 | |
| 9 | echo "re-creating people.names file..." |
| 10 | ./people.pl data/{alpha,amd64,armel,armhf,hppa,hurd-i386,i386,ia64,mips,mipsel,powerpc,s390,s390x,sparc}/{main,contrib,non-free}.Packages{,.non-US,.debian-installer} data/{main,contrib,non-free}.Sources{,.non-US} > people.names.new |
| 11 | |
| 12 | echo "installing the updated people.names file into webwml..." |
| 13 | install -g debwww -m 664 people.names.new $dest_dir/people.names |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |