Subdomain Posts
None | 36 days ago
Bash | 39 days ago
None | 50 days ago
None | 472 days ago
None | 472 days ago
Bash | 482 days ago
None | 919 days ago
None | 919 days ago
Recent Posts
None | 1 sec ago
C++ | 10 sec ago
None | 15 sec ago
None | 24 sec ago
None | 25 sec ago
Java | 27 sec ago
ASM (NASM) | 34 sec ago
None | 47 sec ago
Python | 52 sec ago
None | 57 sec ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By jsa on the 1st of Dec 2008 08:04:28 PM Download | Raw | Embed | Report
  1. #!/bin/sh
  2.  
  3. # This is largely unnecessary, but is a variant of what I designed to suit my needs.
  4. # It overcomes some issue that annoyed me, and makes the process one easy command
  5. # This assumes that marcusmerge is in your path
  6.  
  7. # CHANGE THIS to your ports-supfile
  8. csup /PATH/TO/PORTS-SUPFILE
  9.  
  10. # Uninstall all installed marcusom portage if present
  11. marcusmerge -U
  12.  
  13. # CHANGE THIS to your general marcuscom direcotry
  14. # example: /usr/mcom/
  15. cd /PATH/TO/MARCUSOM-PORTS
  16.  
  17.  
  18. # There will be two subdirectories under the general directory, ports and ports-stable
  19. cvs -z3 -q -d :pserver:anonymous@creme-brulee.marcuscom.com:/space/cvs/marcuscom-cvs \
  20.         up -Pd ports-stable ports
  21.  
  22. # This line fetches the INDEX file for your branch
  23. marcusmerge -i
  24.  
  25. # First, merge ports-stable, then merge marcuscom ports, order probably doesn't matter
  26. marcusmerge -m ports-stable
  27. marcusmerge -m ports
  28.  
  29. # This lists all the ports that are out of date, just for convenience
  30. marcusmerge -l
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: