Changeset 574
- Timestamp:
- 04/19/13 10:15:33 (8 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r404 r574 1 1 Authors: 2 Bas van der Vlies <bas @sara.nl>3 Dennis Stam <dennis.stam@s ara.nl>4 Michel Scheerman <michel.scheerman@s ara.nl> (PPC64 and xCAT)2 Bas van der Vlies <bas.vandervlies@surfsara.nl> 3 Dennis Stam <dennis.stam@surfsara.nl> 4 Michel Scheerman <michel.scheerman@surfsara.nl> (PPC64 and xCAT) 5 5 6 6 Also see CREDITS -
trunk/configure.ac
r573 r574 5 5 6 6 AC_PREREQ(2.59) 7 AC_INIT(SALI, m4_esyscmd([cat VERSION | tr -d '\n']), sali@s ara.nl)7 AC_INIT(SALI, m4_esyscmd([cat VERSION | tr -d '\n']), sali@surfsara.nl) 8 8 9 9 # Checks for programs. -
trunk/initrd/sali/etc/sali_error
r570 r574 11 11 12 12 If you absolutely cannot figure it out, visit the SALI support page 13 at https://oss.trac.surfs ara.nl/sali.13 at https://oss.trac.surfsurfsara.nl/sali. 14 14 15 15 If you find the answer and it's not in the documentation, or if you identify 16 16 a bug, please submit a bug report at the SALI support page: 17 - mail bug report to: sali@s ara.nl17 - mail bug report to: sali@surfsara.nl 18 18 - or https://oss.trac.surfsara.nl/sali/newticket 19 19 -
trunk/server/debian/control
r315 r574 2 2 Section: admin 3 3 Priority: optional 4 Maintainer: Dennis Stam <dennis.stam@s ara.nl>4 Maintainer: Dennis Stam <dennis.stam@surfsara.nl> 5 5 Build-Depends: debhelper (>= 7.0.15), cdbs (>= 0.4.52), python, python-support (>= 0.8.4) 6 6 Build-Depends-Indep: python (>= 2.5) -
trunk/server/setup.py.in
r570 r574 27 27 long_description = 'sali server and utilities', 28 28 author = 'Dennis Stam', 29 author_email = 'sali@s ara.nl',29 author_email = 'sali@surfsara.nl', 30 30 url = 'https://oss.trac.surfsara.nl/sali', 31 31 license = 'GPL',
Note: See TracChangeset
for help on using the changeset viewer.