Logoj0ke.net Open Build Service > Projects > home:jg > tmpwatch > Meta
Sign Up | Log In

Meta Configuration of Package tmpwatch

x
 
1
<package name="tmpwatch" project="home:jg">
2
  <title>A utility for removing files based on when they were last accessed.</title>
3
  <description>The tmpwatch utility recursively searches through specified
4
directories and removes files which have not been accessed in a
5
specified period of time.  Tmpwatch is normally used to clean up
6
directories which are used for temporarily holding files (for example,
7
/tmp).  Tmpwatch ignores symlinks, won't switch filesystems and only
8
removes empty directories and regular files.</description>
9
  <person userid="jg" role="maintainer"/>
10
  <build>
11
    <enable arch="x86_64" repository="SLE_11"/>
12
    <enable arch="i586" repository="SLE_11"/>
13
    <enable repository="CentOS_4"/>
14
    <enable repository="CentOS_5"/>
15
    <enable repository="Debian_Etch"/>
16
    <enable repository="Fedora_6"/>
17
    <enable repository="Fedora_7"/>
18
  </build>
19
  <publish>
20
    <enable arch="i586" repository="CentOS_4"/>
21
    <enable arch="x86_64" repository="CentOS_4"/>
22
    <enable arch="x86_64" repository="SLE_11"/>
23
    <enable arch="i586" repository="SLE_11"/>
24
  </publish>
25
</package>
26