File: gpe-dist.am

package info (click to toggle)
gpe-mininet 0.7-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 860 kB
  • ctags: 162
  • sloc: sh: 8,474; ansic: 956; xml: 68; makefile: 40
file content (12 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
CVSTAG := $(shell echo $(PACKAGE)-$(VERSION) | tr [a-z.] [A-Z_])

dist-upload: dist
	scp $(PACKAGE)-$(VERSION).tar.bz2 $(USER)@handhelds.org:/home/ftp/projects/gpe/source/

tag:
	cvs tag $(CVSTAG)

retag:
	cvs tag -F $(CVSTAG)

source: tag dist-upload