Changeset 5959 for lliurex-moving-core
- Timestamp:
- Oct 2, 2017, 8:33:56 AM (3 years ago)
- Location:
- lliurex-moving-core/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-moving-core/trunk/fuentes/debian/changelog
r5953 r5959 1 lliurex-moving-core (3.0.23) xenial; urgency=high 2 3 * Trash files to ignore list 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Mon, 02 Oct 2017 08:33:19 +0200 6 1 7 lliurex-moving-core (3.0.22) xenial; urgency=high 2 8 -
lliurex-moving-core/trunk/fuentes/src/net/Lliurex/Classroom/MovingProfiles/__init__.py
r5953 r5959 21 21 def __init__(self,login,port=9779): 22 22 23 self.ignore={".config":["/user-dirs.*","/google-chrome/Singleton*"],".mozilla":["/firefox/*.default/storage","/firefox/*.default/lock"],".local":["/share/teamviewer*" ]}23 self.ignore={".config":["/user-dirs.*","/google-chrome/Singleton*"],".mozilla":["/firefox/*.default/storage","/firefox/*.default/lock"],".local":["/share/teamviewer*","/share/Trash/*"]} 24 24 25 25 self.login=login
Note: See TracChangeset
for help on using the changeset viewer.