Bug 22470 - VCS sollte berücksichtigt werden
VCS sollte berücksichtigt werden
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: ucslint
UCS 2.4
Other Linux
: P5 normal (vote)
: UCS 3.1
Assigned To: Philipp Hahn
Lukas Walter
: interim-2
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-10 13:24 CEST by Jascha Geerds
Modified: 2012-12-12 21:08 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jascha Geerds univentionstaff 2011-05-10 13:24:44 CEST
Ich arbeite gerade an einem Paket, welches unter Versionskontrolle (git) steht. Wenn ich mittels »test-pkg -h ...« das Paket bauen & auf einer Maschine installieren möchte, schlägt dies fehl. Grund dafür ist, dass ucslint keine Rücksicht auf das .git-Verzeichnis nimmt:

ucslint
E:0010-2: file ./.git/hooks/prepare-commit-msg.sample contains no copyright text block
E:0010-2: file ./.git/hooks/post-receive.sample contains no copyright text block
E:0010-2: file ./.git/hooks/pre-rebase.sample contains no copyright text block
E:0010-2: file ./.git/hooks/pre-applypatch.sample contains no copyright text block
E:0010-2: file ./.git/hooks/commit-msg.sample contains no copyright text block
E:0010-2: file ./.git/hooks/applypatch-msg.sample contains no copyright text block
E:0010-2: file ./.git/hooks/update.sample contains no copyright text block
E:0010-2: file ./.git/hooks/post-update.sample contains no copyright text block
E:0010-2: file ./.git/hooks/pre-commit.sample contains no copyright text block
E:0010-2: file ./.git/hooks/post-commit.sample contains no copyright text block
Comment 1 Philipp Hahn univentionstaff 2012-07-20 20:03:45 CEST
Durch die Umstellung an Bug #22482 tritt das jetzt nicht mehr auf.
svn34322, ucslint_3.0.0-1
Comment 2 Lukas Walter univentionstaff 2012-10-15 12:13:29 CEST
(In reply to comment #1)
> Durch die Umstellung an Bug #22482 tritt das jetzt nicht mehr auf.
> svn34322, ucslint_3.0.0-1

Stimmt. Das Iterieren über Paktverzeichnisse wird jetzt in allen ucslint Tests mit der Klasse "FilteredDirWalkGenerator" erledigt - wobei dieser Generator per Default Verzeichnisse deren Pfad ".git", ".svn" oder "CVS" enthält ignoriert.

Changelog passt,
Verified.
Comment 3 Stefan Gohmann univentionstaff 2012-12-12 21:08:14 CET
UCS 3.1-0 has been released: 
 http://forum.univention.de/viewtopic.php?f=54&t=2125

If this error occurs again, please use "Clone This Bug".