View | Details | Raw Unified | Return to bug 36797 | Differences between
and this patch

Collapse All | Expand All

(-)a/branches/ucs-4.0/ucs-school-4.0/ucs-test-ucsschool/90_ucsschool/08_ucs-school-printermoderatoion-find-printer-in-ou-check.DISABLED (-1 / +1 lines)
 Lines 1-7    Link Here 
1
#!/usr/share/ucs-test/runner python
1
#!/usr/share/ucs-test/runner python
2
## desc: ucs-school-printermoderatoion-find-printer-in-ou-check
2
## desc: ucs-school-printermoderatoion-find-printer-in-ou-check
3
## roles: [domaincontroller_master, domaincontroller_backup, domaincontroller_slave, memberserver]
3
## roles: [domaincontroller_master, domaincontroller_backup, domaincontroller_slave, memberserver]
4
## tags: [apptest,ucsschool]
4
## tags: [apptest,ucsschool,skip]
5
## exposure: dangerous
5
## exposure: dangerous
6
## packages:  [ucs-school-umc-printermoderation]
6
## packages:  [ucs-school-umc-printermoderation]
7
7
(-)a/branches/ucs-4.0/ucs-school-4.0/ucs-test-ucsschool/90_ucsschool/essential/distribution.py (-3 / +2 lines)
 Lines 1-7    Link Here 
1
"""""""""""""""""""""""""""""""""""""""
2
  **Class Distribution**\n
3
"""""""""""""""""""""""""""""""""""""""
4
"""
1
"""
2
  **Class Distribution**\n
3
5
.. module:: distribution
4
.. module:: distribution
6
	:platform: Unix
5
	:platform: Unix
7
6
(-)a/branches/ucs-4.0/ucs-school-4.0/ucs-test-ucsschool/90_ucsschool/essential/exam.py (-3 / +2 lines)
 Lines 1-7    Link Here 
1
"""""""""""""""""""""""""""""""""""""""
2
  **Class Exam**\n
3
"""""""""""""""""""""""""""""""""""""""
4
"""
1
"""
2
  **Class Exam**\n
3
5
.. module:: exam
4
.. module:: exam
6
	:platform: Unix
5
	:platform: Unix
7
6
(-)a/branches/ucs-4.0/ucs-school-4.0/ucs-test-ucsschool/90_ucsschool/essential/internetrule.py (-3 / +2 lines)
 Lines 1-8    Link Here 
1
"""""""""""""""""""""""""""""""""""""""
1
"""
2
  **Class InternetRule**\n
2
  **Class InternetRule**\n
3
  All the operations related to internet rules
3
  All the operations related to internet rules
4
"""""""""""""""""""""""""""""""""""""""
4
5
"""
6
.. module:: internetrule
5
.. module:: internetrule
7
	:platform: Unix
6
	:platform: Unix
8
7
(-)a/branches/ucs-4.0/ucs-school-4.0/ucs-test-ucsschool/debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
ucs-test-ucsschool (2.0.4-1) unstable; urgency=low
2
3
  * Bug #36797: Fix files for Jenkins
4
5
 -- Philipp Hahn <hahn@univention.de>  Tue, 18 Nov 2014 10:51:31 +0100
6
1
ucs-test-ucsschool (2.0.3-1) unstable; urgency=medium
7
ucs-test-ucsschool (2.0.3-1) unstable; urgency=medium
2
8
3
  * essential/computerroom.py: removed samba restart (Bug #35150)
9
  * essential/computerroom.py: removed samba restart (Bug #35150)
(-)a/branches/ucs-4.0/ucs-school-4.0/ucs-test-ucsschool/debian/rules (-2 / +2 lines)
 Lines 33-40    Link Here 
33
export DH_ALWAYS_EXCLUDE=.svn
33
export DH_ALWAYS_EXCLUDE=.svn
34
34
35
override_dh_auto_test:
35
override_dh_auto_test:
36
	dh_auto_test
37
	ucslint
36
	ucslint
37
	! find -type f -exec grep '^source\>' {} +
38
	find 90_ucsschool -name .svn -prune -o -type f \( \( -perm -0755 -exec grep -q '^#! */usr/share/ucs-test/runner ' {} \; -prune \) -o \( -not -perm /0111 -not -exec grep -q '^#! */usr/share/ucs-test/runner ' {} \; -prune \) -o -ls \)
38
39
39
%:
40
%:
40
	dh $@ --with python_support
41
	dh $@ --with python_support
41
- 

Return to bug 36797