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...
By jsa on the 1st of Dec 2008 08:04:28 PM
Download |
Raw |
Embed |
Report
#!/bin/sh
# This is largely unnecessary, but is a variant of what I designed to suit my needs.
# It overcomes some issue that annoyed me, and makes the process one easy command
# This assumes that marcusmerge is in your path
# CHANGE THIS to your ports-supfile
csup /PATH/TO/PORTS-SUPFILE
# Uninstall all installed marcusom portage if present
marcusmerge -U
# CHANGE THIS to your general marcuscom direcotry
# example: /usr/mcom/
cd /PATH/TO/MARCUSOM-PORTS
# There will be two subdirectories under the general directory, ports and ports-stable
cvs -z3 -q -d :pserver:anonymous@creme-brulee.marcuscom.com:/space/cvs/marcuscom-cvs \
up -Pd ports-stable ports
# This line fetches the INDEX file for your branch
marcusmerge -i
# First, merge ports-stable, then merge marcuscom ports, order probably doesn't matter
marcusmerge -m ports-stable
marcusmerge -m ports
# This lists all the ports that are out of date, just for convenience
marcusmerge -l
Submit a correction or amendment below.
Make A New Post