Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for 
change notification.

The "UsingNexus" page has been changed by GaryGregory:
http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=26&rev2=27

Comment:
Document the UNIX command for changing the group to commons.

  wget -np -r 
https://repository.apache.org/content/repositories/orgapachecommons-098/org/apache/commons/commons-foo/1.1/
  }}}
  Here is a specific example (used for commons-io 2.1 on 7 October 2011), where 
you must turn off robots.txt and accept a self-signed certificate:
+ 
  {{{
  wget -r -l 1 -np -nH -nd -nv -e robots=off --wait 10 --no-check-certificate 
https://repository.apache.org/content/repositories/orgapachecommons-027/commons-io/commons-io/2.1/
  }}}
- For the curious: 
+ For the curious:
+ 
   * -r recursive
   * -l 1 1 level
   * -np no parent
@@ -299, +301 @@

  
  Check the MD5/SHA hashes!
  
- Also, change the group to commons.
+ Also, change the group to commons:
- 
+ {{{
+ chown :commons *
+ }}}
  ===== Copy to dist =====
  On people.apache.org, change directory to the distribution directory for your 
component:
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to