Url for public archlinux git server

I'd like to use git to hit Arch's packages in [testing] but am unsure how.  Is there a public server?  I know I can do this with abs but there can be delays for servers to sync which is why I'm more hip on a git clone xxx rather than using abs.  Thanks!

I've used the instructions from http://www.archlinux.org/svn/
[karol@black foo3]$ svn checkout --depth=empty svn://svn.archlinux.org/packages
Checked out revision 133219.
[karol@black foo3]$ cd packages
[karol@black packages]$ svn update nvidia
A nvidia
A nvidia/trunk
A nvidia/trunk/nvidia.install
A nvidia/trunk/PKGBUILD
A nvidia/repos
A nvidia/repos/extra-x86_64
A nvidia/repos/extra-x86_64/nvidia.install
A nvidia/repos/extra-x86_64/PKGBUILD
A nvidia/repos/testing-i686
A nvidia/repos/testing-i686/nvidia.install
A nvidia/repos/testing-i686/PKGBUILD
A nvidia/repos/testing-x86_64
A nvidia/repos/testing-x86_64/nvidia.install
A nvidia/repos/testing-x86_64/PKGBUILD
A nvidia/repos/extra-i686
A nvidia/repos/extra-i686/nvidia.install
A nvidia/repos/extra-i686/PKGBUILD
Updated to revision 133219.
[karol@black packages]$ ls
nvidia
[karol@black packages]$ ls nvidia/
repos trunk
[karol@black packages]$ ls nvidia/repos/
extra-i686 extra-x86_64 testing-i686 testing-x86_64
[karol@black packages]$ ls nvidia/repos/extra-i686/
nvidia.install PKGBUILD
Same as http://projects.archlinux.org/svntogit/ … xtra-i686/
Last edited by karol (2011-07-27 22:52:15)

Similar Messages

  • Url for public tender/bid invitation?

    Dear Gurus,
    We are configuring public tender/ bid invitation document in our SRM server 7.01 (SRM 7 enhancement pack 1).
    We have created a bid invitation document of type public. It has gone through approval and got published. We have not configured the system for decoupled bidding (bidding response from SUS available from SRM 7.01).
    In which portal, the bid invitation will be published? is it the supplier portal or there will be separate portal link available for the same? Could you please give me a hint where to look for the public tender?
    Secondly, who will get to see the public tender? Are only the suppliers present in the SRM system or any supplier who is even not registered with the client can see the public tender?
    Any inputs will be highly appreciated.
    Thanks and regards,
    Ranjan
    Ranjan Sutradhar

    Dear Ranjan,
    Your requirement can be achieved with the press tendering(paper add or advertisement on company website), where the client will be giving the details related to the Bid invitation so that the suppliers can view them and if interested they can register themselves to access the bid invitation and proceed with the follow on activities for response submission.
    As you have mentioned , you can publish a link in the client main page referring to the Bid invitation with details and asking the interested suppliers to registered themselves via supplier registration url , so that a corresponding business partner will be generated for them in the SRM system and at the same time purchaser will be notified with the interested suppliers.
    Once the supplier is registered, then they can access the bid invitation with there login credentials.
    But at no point of time suppliers without registering in the SRM system can access the Bid invitation.
    Hope this will answer your query.
    Thanks & Best Regards,
    Rahul

  • URL for accessing 1.4 server remotely

    I want to access my newly installed 1.4 Enterprise Server. It is running on Windows 2000 Pro. I currently have to use //localhost:8080/ at my IE browser.
    Thanks.
    Tinh.

    Your computer recognizes "localhost" as a term (a URL) that points to an IP number, "127.0.0.1" These are only valid in the local machine.
    The same 2 things, IP and URL, identify your machine to other machines and the Internet, but they have different values. These values are usually assigned by the Internet provider you use. They are the values that are used by someone wanting to send information to you.
    For you (at your machine) to access the server that's running on the same machine, you use localhost or 127.0.0.1
    For someone at another machine to access the server that's running on your machine, they needs to use the URL or IP that identifies your machine to the Internet.

  • Best DNS setup for public-facing Mac server with no NAT?

    What's the best way to set up the DNS server as a member of an existing domain with nameservers elsewhere for a public-facing server with no NAT?
    We own the domain myexample.com and it's name servers and zone files are on a hosted linux server with mail/web server services.
    We now have a Mac server hosted elsewhere and we want it to be a subdomain of our myexample.com i.e. macserver.myexample.com.
    We haven't enabled NAT or DHCP so the Mac server host network IP is a public IP. There is no LAN.
    When setting up the DNS server, what should the primary zone be? macserver.myexample.com, or myexample.com?
    Any advice would be great. Mr Hoffman....are you out there?

    You do need valid DNS services.  But you don't need to provide DNS on the same server.  And if you're not dealing with NAT, things can get easier.
    The easiest approach available is to not run your own DNS services here.   This assumes the OS X Server box is configured on a static IP address, but then that's something OS X Server needs/wants/ expects.
    Use the DNS provided by your domain registrar, and your ISP.    Or maybe on that Linux box, if that's publicly authoritative for the domain.
    Enter the host name and the IP address into the public DNS services that you have configured for the domain, or that you have at your registrar or ISP, or on that Linux box.
    You will need to have your ISP for the static IP configure a PTR record (reverse DNS) for the server, particularly if you're planning to run mail or related.

  • Two Urls for the same portal server

    Hi,
    I have to access the same portal server for the two diffent url links.
    This is required for me to have two different logon pages for the portal for completely different urls.
    Please share your ideas here!
    Ram

    Hi,
    say for example
    your one URL is
    x.hostname:portno/irj/1stURL
    and the second URL is
    x.hostname:portno/irj/2ndURL
    and maintain two umLogonPagedefault.jsp with names,
    umLogonPage1stURL.jsp and umLogonPage2ndURL.jsp and do the necessary coding you want inside the JSPs.
    Now, umLogonPage.JSP is the JSP file responsible for determinig your portal URL to open when user wants to enter into portal. So Open that JSP(umLogonPage.JSP) and do like this:::
    <%
    String strReqURL = request.getRequestURL().toString()==null?"" : request.getRequestURL().toString() ;
    %>
    <%
    if ( strReqURL != null && strReqURL.endsWith("/1stURL"))     
    %>
         <%@ include file="umLogonPage1stURL.jsp"%>
    <%
    else if ( strReqURL != null && strReqURL.endsWith("/2nuURL"))
    %>
    <%@ include file="umLogonPage2ndURL.jsp"%>
    <%
    %>
    Regards,
    Srinivas.

  • What is the url for Financial management web server?

    Hi Guys,
    I am trying to create a hfm application and I was asked to prpovide the hfm web server url. What is the financial management web server url? Could you help me in finding this url. I am using Hyperion version 9.3.1.

    We're invoking the BPEL endpoint from a .NET app using the 'endpoint location' but seemed to be forced to use the embedded version number. For instance we have to say 'http://<server>:<port>/orabpel/<domain>/<process>/1.0' and I can't seem to get rid of the '1.0'. This contrasts to the WSDL location where I can use a browser and remove the version number to get the current default.
    Am I doing something wrong? I'd like to avoid embedding the version in the endpoint.

  • How to convert existing url to  a new url for crystal reports on server

    Post Author: Ashton Kutcher
    CA Forum: General
    Hi folks,
              I have crystal reports  on the webserver and it has a url  http://myserver/legal/viewreport.csp?website=legal_website&report=Budget%20Group%20Costs&toolbar=110101&@Year=" + Year "&@BudgetGroup=" BudgetGroup, 'newwindow', config='toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, directories=no, status=no')
    I need to convert it to a new url like this  http://myserver/businessobjects/enterprise115/InfoView/scripts/openDocument.aspx?sDocname= Budget%20Group%20Costs&sPath=legal_website&toolbar=110101&lsS@Year=" + Year "&@BudgetGroup=" BudgetGroup, 'newwindow', config='toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=no, directories=no, status=no')
    please help me out how should I convert the old exisiting url to a new url??

    Hi,
    You can try using "goLiink" and then use the property targetFrame set to "_blank"; below are some for ur references:
    targetFrame          
    _blank: The link opens the document in a new window.
    _parent: The link opens the document in the window of the parent. For example, if the link appeared in a dialog window, the resulting page would render in the parent window.
    _self: The link opens the document in the same page or region.
    _top: The link opens the document in a full window, replacing the entire page.
    Thanks,
    Pandu

  • What's the correct form of the URL for wiki calendar access in iCal?

    I understand the URL for my personal calendar "server.domain.net/webcal", but whats the URL for a wiki calendar? Under SL I used to access wiki calendars in iCal using a URL of the form "server.domain.net/principals/wikis/<wiki_name>" but this no longer works.

    Nevermind I figured it out. The correct form is "server.domain.net/principals/__uids__/wiki-<name of wiki>/"

  • Same URL for both sharepoint servers

    Hi,
    I am currently working on a SharePoint 2010 site.We do have 30 site collections for our web application.We are planning to migrate our app from SP 2010 to SP 2013.We are thinking to do it one by one site collection wise.But at same time we want to retain
    the same web application URL on both servers.
    Please help me on this.
    How can I achieve the same URL target on both SP 2010 and SP 2013 servers?

    You can't have the same URL resolve in DNS to two different servers.  Normally this is done by using a different URL for one of the server for the duration of the migration.  Then after the migration is complete and the old server is disposed
    of you can change the AAMs on the new server to use whatever URL you want.  But there is no way to use the same URL on two different server farms at the same time.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Http500 when trying to access URL for Oracle Application Server Console

    We have a new install of R12.1.0 on Windows 2003 R2 (32bit). The Applications seem to work fine. Users can access the R12 applications and submit jobs.
    We need to configure a new oc4j instance, so we are trying to access the Oracle Applications Server Console for the first time. After entering the URL below, we encounter an Http 500 error. The Application server console service is running.
    http://wbf-soadb.bolthouse.int:18100/emd/console
    Thanks

    Mark,
    The document (Note: 603716.1 - Using AS10g AS Control with eBusiness Suite Rel 12) used to be available for public access but seems not anymore. Please log a SR to get a copy of this doc as you need to follow the steps in this doc to access AS Control with R12.
    Thanks,
    Hussein

  • How can I create a URL for a PWA for MS Project Server 2010 project file that includes the view?

    Hi, this question has been answered for 2013. The answer here suggests that it can be done in  2010.
    See:
    http://social.technet.microsoft.com/Forums/projectserver/en-US/3affdc4f-36bf-4381-8b75-27c73465efd4/action?threadDisplayName=how-can-i-create-a-url-for-a-pwa-for-ms-project-server-2013-project-file-that-includes-the-view
    Who knows how?
    Regards
    Sander

    Hi Sander,
    As far as I tested it, it is not possible either with PS2010. The URL only contains the PDP name and the projUID.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Failed to load webapp and Could not discover administration URL for server

    Not able to deploy application on SOA server.
    Hi All,
    I am not able to deploy my application to the SOA server as i am getting the below error..I am not using bam server at all and still it is saying "Could not discover administration URL for server 'bam_server1'." plz help.
    [07:53:58 PM] [Deployer:149191]Operation 'deploy' on application 'ProjectCreationApplication' is initializing on 'soa_server1'
    [07:53:58 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ProjectCreationApplication on soa_server1.: [Deployer:149145]Unable to contact 'bam_server1'. Deployment is deferred until 'bam_server1' becomes available.; nested exception is:
    java.rmi.UnknownHostException: Could not discover administration URL for server 'bam_server1'.
    [07:53:59 PM] [Deployer:149193]Operation 'deploy' on application 'ProjectCreationApplication' has failed on 'soa_server1'
    [07:53:59 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ProjectCreationApplication on soa_server1.: Failed to load webapp: '/workflow/ProjectCreation_UI'.
    [07:54:01 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: '/workflow/ProjectCreation_UI'
    [07:54:01 PM] Caused by: java.lang.ClassNotFoundException: oracle.bpel.services.workflow.client.worklist.servlet.IntegrateTaskFlowWithTask
    [07:54:01 PM] See server logs or server console for more details.
    [07:54:01 PM] weblogic.application.ModuleException: Failed to load webapp: '/workflow/ProjectCreation_UI'
    [07:54:03 PM] Taskflow deployment failed to deploy to server. Remote deployment failed
    [07:54:03 PM] #### Deployment incomplete. ####
    [07:54:03 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Hi Vipin,
    Might be the way you're deploying your ADF UI project.
    Are you right clicking the name of your ADF UI project in the Application Navigator tab and then clicking "Deploy"? While this works great for your BPM composite project, you'll get errors like this when deploying the ADF project in the same manner.
    Dan

  • Public URL for Synchronous SOAP to RFC scenario

    Hello  Everyone,
    I have synchronous SOAP to RFC scenario.
    i have created the http URL for testing environment through sender agreement.
    However, now the user wants a public URL and that too secured one ... means (  https  ) in production.
    i tried this blog, but Service registry is not configured in our landscape.
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23725
    is there any other way ..?
    Regards,
    Ravi

    The process of creating the wsdl will remain same. The url in your case will start with HTTPS instead of HTTP. Note that the port at which HTTPS data would be received will be different than HTTP port and thererfore you need to change that as well. You don't have to set any client authentication unless there is a business requirement. You may simply use certificates for SSL.
    In some cases, if PI always receives data through web-dipatcher (ask your network team), then the data hostname and port of web-dispatcher should be used.
    Regards,
    Prateek Raj Srivastava

  • Integration Server URL for HTTPS

    I want to configure SSL for our PI 7.0 system.  I have:
    - Configured SSL on the Java Stack and tested it.  It works fine.
    - Configured SSL on the ABAP and tested it.  It works.
    I know to enable HTTPS I need to change the following exchange profile parameter:
    com.sap.aii.connect.secure_connections = messaging
    I think I need to change the J2EE server
    SAP XI AF CPA Cache to register with the http/https ports and the Fully qualified domain name (so to match the SSL Certificate).
    The big question is:
    Do I need to change the URL for the Integration Server (in the business system in the SLD)?  For example:
    https://<hostname>.domain.com/sap/xi/engine?type=entry
    (where https is the default 443 so I don't have to specify the port).
    Or can we just leave that as the default HTTP connection as below?:
    http://<hostname>.domain.com/sap/xi/engine?type=entry
    Any help is greatly appreciated since I don't have access to a sandbox and it is trial and error (with developers needing to use the system).  Thanks!

    I agree with Silvia here.
    The entry can continue to point to the default port / default URL of the Integration Server   as you would need to  authenticate only the end point and not internal XI calls.
    Also, if I remember correct, the SSL port is always one port higher than the default port both for J2EE and ABAP stack.
    @Silvia : Nice to see ppl from SAP (especially the author of CTS+ article ) contributing on the XI forums. Need more people like you here
    Regards
    Bhavesh

  • How to to display the JSP report in Application Server ? URL for displaying

    Hi Experts,
    Last week, we tried to change the memory of Response Cache and buffer Cache to increase the speed of the Excel report. But it didn’t work out.
    And from the below link, I understood we can convert the oracle 9i report to excel by converting the Oracle 9i report to JSP report.
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/index.html
    I’ve converted the Oracle 9i report to JSP report and finding the way to display the JSP report using Application Server. I am trying to find out the REPORT URL of simple JSP report and using Reports Servlet . Right now I am trying to display the JSP report in Application Server.
    Please suggest the URL for displaying the JSP report
    Thanks & Regards

    Hi,
    You can directly call you .jsp file, http://<host>:<domain>:<port>/<jsp report path>?userid=<if your report requires userid>/<pwd>
    Refer to metalink documents:
    Frequently Asked Questions About JSP Reports [ID 301714.1]
    Here --> Question 4. How do I execute a JSP report?
    Also refer, How to deploy JSP reports [ID 220943.1]
    Hope this helps.
    Regards,
    Mithun

Maybe you are looking for

  • Upgrading from old system - have storage/networking/Photos ?s

    Hello, I want to upgrade from an old system and have a few questions: 1.)  What are the advantages and disadvantages of getting a Time Capsule vs getting an Airport Extreme and a non-Apple external (cheaper) hard drive? 2.)  If I get a 1TB SSD intern

  • Overscan on Sony LCD

    I just hooked up my Mac Mini to my Sony Bravia LCD and have black bars down the side and a minor ghosting effect which I can't explain. I heard overscan gets rid of the black bars, so is there a way to turn it off?

  • Do I need to install remote desktop client update

    It seems when I install this update my start up time increases I just did a new erase and install of SL so do i need this update ? what is it for? start up seems so much like before SL after startup increased 5 seconds or so more

  • Download of Oracle 8i Database Problem

    Everytime I download the database from the developer area, it appears to go great. However, neither Winzip or PKunzip can work the file. They always encounter errors that are not fixable. This happens 100% of the time. It is frustrating considering t

  • Setup user registration/email confirmation/login/captcha ?

    I'd like to setup an application to allow users to submit poll questions and then vote yes/no. Is there a sample app available that shows how to setup a new user registration, email confirmation, and login, preferably using captchas (maybe using reca