Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1145)

Ticket Resolution Summary Owner Reporter
#1191 fixed Get rid of "dirname $0" in the build scripts jdreed

Reported by jdreed, 12 years ago.

Description

It's basically impossible to test build scripts from anywhere other than the locker or the svn tree. We should set a variable or something that users can then override.

#1190 fixed sudo erroneously tells you you're on a quickstation jdreed

Reported by jdreed, 12 years ago.

Description

because you're not in the admin group any more, you're in the sudo group.

#1189 fixed dkms transition broke linux-image-server jdreed

Reported by jdreed, 12 years ago.

Description

dkms only recommends some headers, not all of them.

I think we want something like this when we're using dkms:

  headers_want=$(dpkg-query -W -f '${Source}\t${Package}\n' 'linux-image-*' | \
   sed -nre 's/^linux-(meta|latest[^\t]*)\tlinux-image-(.*)$/linux-headers-\2/p')
  for m in $headers_want; do
    aptitude show $m > /dev/null && modules="$modules $m"
  done
Note: See TracQuery for help on using queries.