Univention Bugzilla – Attachment 4654 Details for
Bug 26852
UCS 3 Python Module nur für Python 2.6 bauen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Check package build version vs source version
26852-check-versions.sh (text/plain), 1.07 KB, created by
Philipp Hahn
on 2012-09-13 13:23:28 CEST
(
hide
)
Description:
Check package build version vs source version
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2012-09-13 13:23:28 CEST
Size:
1.07 KB
patch
obsolete
>#!/bin/bash > >if false >then > SVN=35235 > GIT=$(git svn find-rev r"$SVN") > git show "$GIT" | lsdiff | cut -d/ -f5-6 | sort -u >else > while read src > do > cd ~/ucs/"$src" > ver=$(dpkg-parsechangelog | sed -ne 's/^Version: //p') > sed -ne 's/^Package: //p' debian/control | > while read pkg > do > dpkg --compare-versions "$ver" lt "$(LC_ALL=C apt-cache policy "$pkg" | > sed -ne 's/^ Candidate: //p')" || > echo "$pkg $ver" > done > done <<__PKGS__ >base/univention-base-files >base/univention-config-registry >base/univention-licence >base/univention-python >management/univention-management-console-module-ipchange >management/univention-management-console-module-mrtg >management/univention-management-console-module-packages >management/univention-management-console-module-reboot >management/univention-management-console-module-services >management/univention-management-console-module-top >management/univention-management-console-module-ucr >management/univention-management-console-module-vnc >nagios/univention-nagios >packaging/univention-package-template-python >services/univention-pkgdb >__PKGS__ >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26852
: 4654