/[pkg-gnome]/tools/gnome-pkg-tools/1/rules/uploaders.mk
ViewVC logotype

Diff of /tools/gnome-pkg-tools/1/rules/uploaders.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47367 by joss, Sat Nov 21 10:51:59 2009 UTC revision 47368 by ah, Thu Feb 18 11:45:54 2016 UTC
# Line 18  RECENT_UPLOADS ?= 10 Line 18  RECENT_UPLOADS ?= 10
18  GET_RECENT_UPLOADERS_CMD ?= sed -n 's/  .*//; s/^ -- //p' debian/changelog | head -n $(RECENT_UPLOADS) | sort -u  GET_RECENT_UPLOADERS_CMD ?= sed -n 's/  .*//; s/^ -- //p' debian/changelog | head -n $(RECENT_UPLOADS) | sort -u
19  # Create uploaders as intersection of GNOME uploaders and recent uploaders, but  # Create uploaders as intersection of GNOME uploaders and recent uploaders, but
20  # without the Maintainer  # without the Maintainer
21  UPLOADERS ?= $(shell (echo "$(ALWAYS_UPLOADS)"; sed 's/,//' $(TEAM_LIST); $(GET_RECENT_UPLOADERS_CMD)) | grep -vF "`$(GET_MAINTAINER_CMD)`" | sort | uniq -d | sed '$$,$$! s/$$/,/')  UPLOADERS ?= $(shell (echo "$(ALWAYS_UPLOADS)"; sed 's/,//' $(TEAM_LIST); $(GET_RECENT_UPLOADERS_CMD)) | grep -avF "`$(GET_MAINTAINER_CMD)`" | sort | uniq -d | sed '$$,$$! s/$$/,/')
22  # backward compatibility  # backward compatibility
23  uploaders := $(UPLOADERS)  uploaders := $(UPLOADERS)
24  # Header for debian/control (warning to not modify it directly)  # Header for debian/control (warning to not modify it directly)

Legend:
Removed from v.47367  
changed lines
  Added in v.47368

  ViewVC Help
Powered by ViewVC 1.1.5