Hi,

> it would be nice if pbuilder printed the modification timestamp of the
> tgz used so I could see when I last updated it.
> 
> Current time: Mon Apr 24 08:55:45 UTC 2006
> pbuilder-time-stamp: 1145868945
> Building the build Environment
>  -> extracting base tarball [/srv/pbuilder/sid-i386.tgz]
>   -> last updated: [.....]                                  <-- here
>  -> creating local configuration

I have a snippet that does pbuilder update if it's not been updated for a day;

for BASETGZ in $(find /var/cache/pbuilder/ -maxdepth 1 -name base-i386.tgz 
-mtime +1 -print); do
    sudo pbuilder update --basetgz ${BASETGZ}
done

I find it more useful than just printing out the last update date...


regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to