cleanup more release related stuff
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								40acd27319
							
						
					
				
			
			
				commit
				
					
						bf9ad8b25c
					
				
			
		
					 1 changed files with 4 additions and 12 deletions
				
			
		
							
								
								
									
										16
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										16
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -194,7 +194,7 @@ git-branch-merge: | ||||||
| 	git checkout "$$current" | 	git checkout "$$current" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| $(VERSION_FILE): .git/refs/heads/* | $(VERSION_FILE): .git/refs/heads/* .git/refs/tags/* | ||||||
| 	echo "VERSION = \"$$(git describe)\"" > $@ | 	echo "VERSION = \"$$(git describe)\"" > $@ | ||||||
| 
 | 
 | ||||||
| # Pub is Nico's "push to all git remotes" thing
 | # Pub is Nico's "push to all git remotes" thing
 | ||||||
|  | @ -220,7 +220,7 @@ ARCHLINUXTAR=cdist-$(CHANGELOG_VERSION)-1.src.tar.gz | ||||||
| $(ARCHLINUXTAR): PKGBUILD pypi-release | $(ARCHLINUXTAR): PKGBUILD pypi-release | ||||||
| 	makepkg -c --source | 	makepkg -c --source | ||||||
| 
 | 
 | ||||||
| PKGBUILD: PKGBUILD.in | PKGBUILD: PKGBUILD.in $(VERSION_FILE) | ||||||
| 	./PKGBUILD.in | 	./PKGBUILD.in | ||||||
| 
 | 
 | ||||||
| archlinux-release: $(ARCHLINUXTAR) | archlinux-release: $(ARCHLINUXTAR) | ||||||
|  | @ -237,16 +237,8 @@ RELEASE+=ml-release freecode-release | ||||||
| RELEASE+=man-dist pypi-release git-release | RELEASE+=man-dist pypi-release git-release | ||||||
| RELEASE+=archlinux-release | RELEASE+=archlinux-release | ||||||
| 
 | 
 | ||||||
| release: $(RELEASE) | release: $(CHECKS) $(RELEASE) | ||||||
| 	echo "Don't forget...: linkedin" | 	echo "Manual steps: linkedin, twitter" | ||||||
| 
 |  | ||||||
| release-blog: blog |  | ||||||
| release-ml: release-blog |  | ||||||
| release-pub: man |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| $(DIST): dist-check |  | ||||||
| $(RELEASE): $(DIST) $(CHECKS) |  | ||||||
| 
 | 
 | ||||||
| # Code that is better handled in a shell script
 | # Code that is better handled in a shell script
 | ||||||
| check-%: | check-%: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue