[apparmor] [patch] Add all __pycache__ directories below utils/ to .bzrignore

Christian Boltz apparmor at cboltz.de
Thu Apr 2 20:37:24 UTC 2015


Hello,

Am Donnerstag, 2. April 2015 schrieb Steve Beattie:
> > BTW: .bzrignore contains
> > 
> > parser/common
> > changehat/mod_apparmor/common
> > changehat/pam_apparmor/common
> > changehat/tomcat_apparmor/common
> > utils/common
> > 
> > IIRC the Makefiles no longer need or create the 'common' symlink, so
> > should we remove those from .bzrignore?
> 
> Yes, probably. Though I'm sure I have local branches that have the

Just curious - how many checkouts do you have currently?
(Currently, I have 4 for trunk (and actively use 3 of them), and one for 
every version branch starting with 2.6)

> symlink still in place (since killing it got dropped from make clean
> as well).

One more reason to remove them from .bzrignore - you'll finally clean up 
those symlinks manually ;-)



Here's the patch:

Remove 'common' symlinks from .bzrignore

The Makefiles don't create/need the 'common' symlinks since some time,
which also means we no longer need to have them in .bzrignore.


[ bzrignore-remove-common-symlinks.diff ]

=== modified file '.bzrignore'
--- .bzrignore  2015-04-02 20:27:15 +0000
+++ .bzrignore  2015-04-02 20:30:03 +0000
@@ -18,7 +18,6 @@
 parser/*.7.html
 parser/*.5.html
 parser/*.8.html
-parser/common
 parser/apparmor_parser
 parser/libapparmor_re/regexp.cc
 parser/techdoc.aux
@@ -94,10 +93,6 @@
 libraries/libapparmor/testsuite/libaalogparse.test/Makefile.in
 libraries/libapparmor/testsuite/test_multi/out
 changehat/mod_apparmor/.libs
-changehat/mod_apparmor/common
-changehat/pam_apparmor/common
-changehat/tomcat_apparmor/common
-utils/common
 utils/*.8
 utils/*.8.html
 utils/*.5



Regards,

Christian Boltz
-- 
PATH="${HOME}/Oktoberfest 2003:$PATH"
configure '--prefix=Auf geht\'s'
[Ralf Corsepius in suse-programming]




More information about the AppArmor mailing list