This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
munki
Watch
1
Star
0
Fork
0
You've already forked munki
mirror of
https://github.com/munki/munki.git
synced
2026-01-26 00:49:21 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccb5f6b6cc37037597f2449d8feb3e515f77b48a
munki
/
code
/
client
History
ogle
ccb5f6b6cc
Add /private/* to the isExcludedFilesystem skipdirs.
...
Also, change skipdirs from a list to a set for far faster "in" operator performance.
2012-04-27 20:38:44 +00:00
..
munkilib
Add /private/* to the isExcludedFilesystem skipdirs.
2012-04-27 20:38:44 +00:00
launchapp
Various minor edits to make pylint happier.
2010-07-29 17:36:38 +00:00
logouthelper
Reduce the likihood of a lingering /var/run/com.googlecode.munki.ManagedSoftwareUpdate by sleeping for 1/2 a second (instead of .1) and using open() instead of subprocess+touch to write the file.
2011-11-08 12:42:41 -05:00
makecatalogs
makecatalogs now skips all files that start with a period. Minor output tweak in munkiimport.
2012-02-28 20:58:07 -08:00
makepkginfo
Clearer error message when more than one argument is given to makepkginfo and munkiimport.
2012-01-17 08:33:08 -08:00
managedsoftwareupdate
Changes to allow curl to follow redirects when retreiving an Apple sucatalog; this is needed to support Lion Server's Software Update service.
2012-02-14 16:51:34 -08:00
manifestutil
When makecatalogs and manifestutil recurse into repo directories, don't enter directories whose names start with a period. Prevents looking into .git and .svn directories.
2012-02-23 15:18:06 -08:00
munkiimport
Fix munkiimport to look in default install location for makecatalogs if makecatalogs is not found in same directory as munkiimport. Thanks to Heig Gregorian
2012-04-27 10:23:45 -07:00
ptyexec
add ptyexec helper script to run subprocesses in pseudo ttys and unbuffer
2011-08-11 16:22:31 +00:00
supervisor
Supervisor should exit with the return code of the process it started, not 0 if there are no errors.
2011-04-25 20:23:43 +00:00
updatecheckhelper
Merge supervisor branch (r1110, r1111, r1114) into trunk.
2011-04-13 21:57:02 +00:00