Opened 15 years ago
Closed 15 years ago
#67 closed enhancement (fixed)
parallel-find.pl should be in svn, and have some tweaks
Reported by: | price | Owned by: | price |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | autoinstallers | Keywords: | |
Cc: |
Description
In parallel-find.pl, we should
- replace find -fprint with find -print, so it runs on my laptop
- for each file found, use fs la to check that scripts-security-upd still has write bits; if not, we can ignore the directory
- for each file found, tail -1 to find the version and spit that out with the filename.
Also, it should be in svn, so these changes can have a history.
Change History (1)
comment:1 Changed 15 years ago by price
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r724, r729, and r730.
This means
produces a scripts-versions from which a simple grep will turn up the installs of any particular application and version, which is a substantial new convenience.
I'll make a new ticket for the remaining shortcomings of this process.