/[webwml]/cron/people_scripts/update.people.html
ViewVC logotype

Contents of /cron/people_scripts/update.people.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (show annotations) (download) (as text)
Thu Feb 9 07:38:19 2012 UTC (15 months, 2 weeks ago) by kaare
Branch: MAIN
Changes since 1.12: +1 -1 lines
File MIME type: text/html
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