Changes

Jump to: navigation, search

Build Server

89 bytes added, 13:52, 22 August 2014
|PORTAGE_RSYNC_EXTRA_OPTS{{=}}"--exclude{{=}}/.git" PORTDIR{{=}}"${PWD}" emerge-webrsync
|output=<pre>
Fetching most recent snapshot ...Trying to retrieve 20140819 20140821 snapshot from http://mirror.switch.ch/mirror/gentoo ...Fetching file portage-2014081920140821.tar.xz.md5sum ...Fetching file portage-2014081920140821.tar.xz.gpgsig ...Fetching file portage-2014081920140821.tar.xz ...
Checking digest ...
Getting snapshot timestamp ...
</pre>}}
{{Warning|If you instead get the following instead then there is no newer snapshot available:}} 
{{Cmd
|PORTAGE_RSYNC_EXTRA_OPTS{{=}}"--exclude{{=}}/.git" PORTDIR{{=}}"${PWD}/portage" emerge-webrsync
|output=<pre>
Fetching most recent snapshot ...
|cd portage/
|git add -A
|snapshot_date{{=}}$(date --date{{=}}@$(cut -f 1 -d " " portage/metadata/timestamp.x) +%Y-%m-%d)|git commit -m "Update portage tree to ${snapshot_date}"
|git tag -a -m "Tagging ${snapshot_date}" ${snapshot_date}
|git push && git push --tags