Yaourtrc EXPORT variable

Hi,
I use yaourt for downloading and installing programs from AUR. I want to export the built packages to a directory, so these are the relevant settings in my .yaourtrc:
EXPORT=1           # Export to 1: EXPORTDIR or PKGDEST
                    # 2: pacman cache (as root)
EXPORTSRC=0        # Need EXPORT>0 to be used
EXPORTDIR="/home/myself/software/AUR"       # If empty, use makepkg's connfiguration (see makepkg.conf)
My problem (more a nuisance) is that yaourt also saves the downloaded source file. So, when I issue the command yaourt -S package-query I get two files in my /software/AUR folder:
package-query-1.1.tar.gz (downloaded source file)
package-query-1.1-2-x86_64.pkg.tar.xz (the built package)
I want to save the package and not the source, but I can't seem to find an option in yaourtrc how to do this. Or am I looking in the wrong place?
Thanks!
Rogier

Olaf,
To tag onto what Shreyash is saying, when you use CSV export, the InfoView process bypasses any work done on the report (output) and focuses on two things:  filter according to the Query Filters panel, and output with comma separated data according to the Result Objects panel -- nothing else is processed by BO at this point and that is why no variable or formula in the report will be exported....
thanks,
John

Similar Messages

  • How to Print the Export variables in UNIX

    Hi Team,
    I am facing a problem to print the export variables.
    Please find the following code
    Ex: a=$USERNAME
    B=$PASSWORD
    c=$a/$b
    echo $C
    while I am printing the values in C i am getting like this /apps
    $USERNAME contains apps
    $PASSWORD contains apps
    The above 2 variables are environment variables .I expect the result like this apps/apps
    but I am getting the result as /apps
    can any one help on this issue?
    Best Regards
    Dileep

    can any one help on this issue? This is the Oracle Forms forum. Ask this in a UNIX forum.

  • Import and Export variables with same name

    The nco3 throws and exception when a function has Import and Export variables with the same name.
    An example is BAPI_BATCH_CREATE.
    At the moment my solution is create a ZBAPI_BATCH_CREATE that wraps the original BAPI but  has diferent names for import and export variables (IBATCH and OBATCH for BATCH variable).
    Anyone has another more clean solution?
    VB.NET CODE:
    pFunct = foRFCDest.Repository.CreateFunction(fsFunctionName)
    This is the error message:
    SAP.Middleware.Connector.RfcInvalidStateException was unhandled
      Message=Lookup of function BAPI_BATCH_CREATE metadata failed for destination SAPTST
      Source=sapnco
      StackTrace:
           en SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadataClassic(String name)
           en SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadata(String name)
           en SAP.Middleware.Connector.RfcRepository.GetFunctionMetadata(String name)
           en SAP.Middleware.Connector.RfcRepository.CreateFunction(String name)
           en SapNetConnectorWrapper.FunctionBase..ctor(RfcDestination foDest, String fsFunctionName) en C:00_Compac201101_LibreriasSapNetConnectorWrapperFunctionBase.vb:línea 11
           en SapNetConnectorWrapper.BAPIS.Bapi_Batch_Create..ctor(RfcDestination foDest) en C:00_Compac201101_LibreriasSapNetConnectorWrapperBAPISBapi_Batch_Create.vb:línea 16
           en clsEtiquetadoTNPCommon.BLLEtiquetadoTNP.CrearLote(DynamicSqlEntity& foRegCabecera, DynamicSqlEntity& foRegNotificacion) en C:00_Compac201100_EtiquetadoTNP_PTEtiquetadoTNP_PTclsEtiquetadoTNPCommonBLLEtiquetadoTNP.vb:línea 515
           en clsEtiquetadoTNPCommon.BLLEtiquetadoTNP.CrearLotesPendientes() en C:00_Compac201100_EtiquetadoTNP_PTEtiquetadoTNP_PTclsEtiquetadoTNPCommonBLLEtiquetadoTNP.vb:línea 602
           en WAEtiquetadoTNP.Form1.Timer1_Tick(Object sender, EventArgs e) en C:00_Compac201100_EtiquetadoTNP_PTEtiquetadoTNP_PTWAEtiquetadoTNPForm1.vb:línea 25
           en System.Windows.Forms.Timer.OnTick(EventArgs e)
           en System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
           en System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
           en System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
           en System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
           en System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
           en System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
           en System.Windows.Forms.Application.Run(ApplicationContext context)
           en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
           en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
           en Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
           en WAEtiquetadoTNP.My.MyApplication.Main(String[] Args) en 17d14f5c-a337-4978-8281-53493378c1071.vb:línea 81
           en System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
           en System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
           en Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
           en System.Threading.ThreadHelper.ThreadStart_Context(Object state)
           en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           en System.Threading.ThreadHelper.ThreadStart()
      InnerException: SAP.Middleware.Connector.RfcInvalidParameterException
           Message=Cannot add BATCH to FUNCTION BAPI_BATCH_CREATE: an element with that name already exists
    Source=sapnco
           StackTrace:
                en SAP.Middleware.Connector.RfcContainerMetadata`1.AddElement(T element)
                en SAP.Middleware.Connector.RfcFunctionMetadata.AddParameter(RfcParameterMetadata parameterMetadata)
                en SAP.Middleware.Connector.RfcRepository.LookupFunctionMetadataClassic(String name)
           InnerException:

    Hi Raul
    Even I am getting the same error for below BAPI
    Lookup of function BAPI_FAMILY_CREATE metadata failed for destination
    Inner Exception: Message     "Cannot add EMPLOYEENUMBER to FUNCTION BAPI_FAMILY_CREATE: an element with that name already exists"     string
    I am using the new NCO 3.0.2.0 x64 version.
    Is there any other solution other than creation of Z BAPI.

  • Reading exported variables from DLL

    Dear Community,
    I am trying to read a variable that is exported by a third-party DLL inside a LabView VI. If it were a function, then I would just use a "Call Library Function" subvi. But it's not a function; it's a variable, something like
    __declspec( dllexport ) int foo;
    as opposed to
    __declspec( dllexport ) int foo();
    Is there something like a "Read Library Variable" vi?
    Thanks,
    Cas

    cwierzynski wrote:
    > Dear Community,
    >
    > I am trying to read a variable that is exported by a third-party DLL
    > inside a LabView VI. If it were a function, then I would just use a
    > "Call Library Function" subvi. But it's not a function; it's a
    > variable, something like
    >
    > __declspec( dllexport ) int foo;
    >
    > as opposed to
    >
    > __declspec( dllexport ) int foo();
    >
    > Is there something like a "Read Library Variable" vi?
    Nope! Although possible in Win32 DLLs (Win 3.1 had no standard form for
    exported variables at all) it is very seldom used and in fact a bad idea
    to do so. Notice that even some normal compilers are not able to
    generate the correct export or import mechanisme for them. You could
    write a wrapper DLL which exports a read and write function
    to those
    variables.
    I guess with some magic voodoo it would be even possible to generate
    some VI code to load the symbol with LoadLibrary and GetProcAddress and
    reference the returned pointer as pointer to the variable. Still writing
    a wrapper DLL is more secure and IMO the proper way to go.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Using Runtime.exec() to export variables

    I'm developing some code on an AIX machine using ksh (korn shell)
    I need to export a list of variables and then execute a program.
    As far as I can tell, each exec call is a seperate process. So it starts a new shell, runs the command, then exits the shell. I believe that the variables I am attempting to export aren't being saved.
    I've used the following commands:
         export[0] = "sh";
         export[1] = "-c";
         export[2] = "export";
         env[0] = "SYSTEM_VAR=/usr/bin/dir/example";
    sysCall.sysEnvCall(export,env);
    public int sysEnvCall(String[] sysCommand, String[] sysEnv){
         try{
              proc = rt.exec(sysCommand, sysEnv);
              proc.waitFor();
    errorHandler = new SystemStreamHandler(proc.getErrorStream(), "ERROR");           
    outputHandler = new SystemStreamHandler(proc.getInputStream(), "OUTPUT");
         errorHandler.start();
         outputHandler.start();
         exitVal = proc.waitFor();
         if(exitVal > 0)
                   System.out.println("ExitValue: " + exitVal);
         return 0;
              catch(Throwable t)
                   t.printStackTrace();
                   return 1;
              }Please forgive the formatting, it didn't copy/paste well.
    I've tried numerous other export command formats, none of which have worked. If I do an export command followed by either a echo $NEWVAR, or printenv NEWVAR, they are blank.
    I also tried the processBuilder object to no avail. Apparently my system doesn't allow me to "put"/edit system variables.
    If at all possible I would like to run concurrent commands without starting a new shell everytime.
    If anyone has any ideas/suggestions I would greatly appreciate it.
    Thanks much
    Paul

    Once you start a Process, environment variables set in that process will NOT affect the parent process.
    That is a fundamental design choice in UNIX, and you cannot do anything about that.
    Instead, if you just want to set a complicated set of environment variables
    for a new subprocess, you can use ProcessBuilder to do that.
    I also tried the processBuilder object to no avail.
    Apparently my system doesn't allow me to "put"/edit
    system variables.I doubt that. Please post the code for how you tried that.

  • Export variables to html

    What I'm trying to do is export my custom variables from PowerShell script to html via "ConvertTo-Html"
    # This example works
    Get-Process | Select-Object Name, ID | ConvertTo-Html
    #What I'm trying to do is same as above, but using my own variables. This ofcourse doesn't work :)
    $Var1 ='Value1'
    $Var2= 'Value2'
    $Var3= 'Value3'
    $Var4= 'Value4'
    Select-Object $Var1, $Var2, $Var3, $Var4 | ConvertTo-Html

    Hi DamonWH,
    Adding to Chen's Answer.
    If you look at the help for Select-Object cmdlet :
     The Select-Object cmdlet selects specified properties of an object or set of objects. It can also select unique
     objects, a specified number of objects, or objects in a specified position in an array.
    So it selects the properties on the objects which are coming through pipeline and in the process modifies the object.
    PS>get-process | select-Object -property Name,ID | gm
    TypeName: Selected.System.Diagnostics.Process
    Name MemberType Definition
    Equals Method bool Equals(System.Object obj)
    GetHashCode Method int GetHashCode()
    GetType Method type GetType()
    ToString Method string ToString()
    Id NoteProperty System.Int32 Id=1948
    Name NoteProperty System.String Name=aeagent
    However if you use other parameters like -First with Select-Object the type of the object flowing in is not changed :
    PS>get-process | select-Object -First 1 |gm
    TypeName: System.Diagnostics.Process
    Name MemberType Definition
    Handles AliasProperty Handles = Handlecount
    Name AliasProperty Name = ProcessName
    NPM AliasProperty NPM = NonpagedSystemMemorySize
    PM AliasProperty PM = PagedMemorySize
    VM AliasProperty VM = VirtualMemorySize
    WS AliasProperty WS = WorkingSet
    Disposed Event System.EventHandler Disposed(System.Object, System.E
    ErrorDataReceived Event System.Diagnostics.DataReceivedEventHandler ErrorDat
    Hope this gives some insight on it's usage.
    Knowledge is Power{Shell}
    DexterPOSH
    My Blog

  • Exporting variables programmat​ically.

    I've noticed there is an example in TestStand 3.1
    C:\Program Files\National Instruments\TestStand 3.1\Components\NI\Tools\GenericImportExport.seq which shows how to bring up the Import Export Properties dialog box from a step.
    My problem is that when I try to use this step in my code I receive an Error:-17306 message.
    All I want to do is export a couple of variables during my sequence.
    Any suggestions welcomed.
    Thanks,
    Lukasz

    Lukasz -
    The sequence in the sequence file that you reference is the implementation for the "Import/Export Properties..." item in the Tools menu. It expects information to be defined in the context that only exists when a top level sequence. It is also a dialog not a programatic interface.
    NI does not have any shipping step type to do programatic exporting of property information, just importing. The only low-level recommended option available is PropertyObject.GetXML().
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Premiere Pro 6 AAF export variable rate error. Why?

    Hello,
    I'm trying to export an AAF out of Premiere Pro 6 and it says variable rate error.
    I've been scouring to try and find a reason for this error and so far no luck.
    The footage in the timeline is REDEpic footage. The framerate is 23.976.
    Many of the clips have timewarps/timeremapping on them.
    I did not build the project, so please be aware of my ignorance about this Premiere Pro file.
    I'm only trying to get the AAF to conform elsewhere. How do I fix this or what is the problem?
    Thank you for your help.

    This might be relevant:
    Exporting AAF files
    (Excerpt):
    "The plug-in converts video clip speed changes (slow, fast,
    reverse playback) to the Avid Media Composer Motion Effect,
    which is the only supported effect."
    If you aren't conforming in Avid, here's a time-consuming workaround:
    Export all of the timewarp / time remap clips from Premiere to
    lossless digital intermediate (DI) files, then use them to replace
    the original clips in a duplicate Timeline before exporting your AAF.
    Lossless codecs:
    Lagarith Lossless Video Codec (pc only)
    http://lags.leetcode.net/codec.html
    Ut Video Codec Suite (pc or mac)
    http://www.videohelp.com/tools/Ut-Video-Codec-Suite
    Virtually lossless codec:
    Avid Codecs 2.3.7 - DNxHD (pc or mac)
    http://avid.force.com/pkb/articles/en_US/download/en423319
    note:
    Your selected lossless codec will need to be installed on both systems.

  • Exporting variable speed slo mo to Motion for optical flow, how?

    Greetings,
    I have FCP 7 and Motion 4. I am new to using Motion. I want to either export a variable speed clip from FCP to Motion and add the optical flow feature, or build a variable speed change in Motion, but I can't figure out how to do either!
    The 20 second clip is in reverse-slow-mo, and progressively gets slower (from -38% to -4%) as set in FCP using keyframes. When I "send" the clip & it opens in Motion, the in-out points aren't recognized, (the whole unedited clip shows up) and when I set the timing to "variable" in the inspector, (under "timing", for time remap) the clip disappears in the timeline altogether.
    I've also tried to create a QT of the clip as 100% but in reverse (just to have less to build in Motion) but I cannot figure out how on earth to use the graph in Motion (under time remap, variable speed) to create a variable speed change to progressively slow down. This is the key issue for me-- how to create variable speed change in Motion??
    I tried one other thing in Motion, the "add behavior", and added "Speed Change", couldn't figure out this method either-- how to make clip progressively slow down, and also how to apply the optical flow to that speed change (seems optical flow only works with time remap method?) Any help would be greatly appreciate.
    AKJ

    Although it does occur, the media isn't ALWAYS mangled... did you try workflow 1 above?
    As far as I can tell from your description, baking the speed change in before sending to Motion is not going to work as the clip will already be retimed.
    I agree, changing versions mid project is a bad idea. When faced with this recently, I bought a $50 500gb hard drive, installed Leopard and the new version of Final Cut Studio onto it, booted into that drive, opened up a COPY of my project in the FCP7 and did what I needed.
    I found no issues, so just continued in FCP7. However, if I did find issues, I would have done only what I needed the new version for, then rebooted back into the drive with FCP6, opened my original project, then imported the results.
    Patrick

  • Exporting variable speed shots looks terrible

    I have a project shot with a Canon 7D. Made all the shots AppleProRes 422 and edited that.
    When exporting (Cureent settings)2-3 shots that I use variable speed look like ****. They seem to become interlaced and different fields appear. There is no problem with other shots that are speeded up but without any smoothing at beginning or end.
    whats even more puzzling is that there are some shots that I used variable speed that look just fine, no problem at all!
    how can I address an issue of that sort?
    thank you
    how can anyone taggle that sort of issues

    The usual answer is to render them externally, export them, reimport them into the timeline.
    When you export from the timeline, new media is created, sometimes referencing the original files, not the rendered media from your timeline. Guessing there is something odd about those shots, a change of settings on your Canon or during the transcode to to PR422, regardless of how unlikely that may seem to you.
    Try opening a new, empty sequence. Make sure the sequence is set properly. Go back to your problem sequence, select all, copy, ad paste into the new empty timeline. Render.
    Suggest you take one of these shots and experiment with it all by itself. Try using Motion's speed controls. Render the movie, import that back into FCP.
    bogiesan

  • RFC export variable with different output length.

    I have an RFC returning language from R/3 with Datatype SY-LANGU. When I run RFC from R/3, I see language being  returned in two chars. But  I get only one char when I run  the same from Web Dynpro.
    When  I look at Web Dynpro model dictionary,  It is imported  with fixed length '1" and external length as "2".
    From ABAP Dictionary it is of  one char, But output length is two chars with some conversion routine.
    Is it possible to get language output in web Dynpro with two chars with out changing the signature of the RFC?

    Hi,
    I think you can achive this.
    You can involve value attribute context for this tranformation.
    Ashutosh

  • Exporting Shared Variables to csv

    When I try and export SV information to csv, LV (2009, DSC) doesn't seem to recognize any variables that are located within virtual folders in the library. Does anyone know a work-around to get that data tabulated short of cycling through the whole library writing values from SharedVariableIO property nodes to file?
    Thanks,
    Kyle
    CLD using LV, DSC 8.5-2009, RT 8.5
    Ghoti!

    muks wrote:
    Have you seen this?
    Yep. That's the problem. The shared variable library I'm working with contains well over 1000 variables that are organized into a few dozen virtual folders within the library. When I use the Export Variables function you linked to, it doesn't "see" any variables in folders, only those in the library root.
    CLD using LV, DSC 8.5-2009, RT 8.5
    Ghoti!

  • Missing user variable input values in export to excel functionality

    Hi,
    I have a problem in exporting data into excel, I could able to export the data with complete result rows but i am not able to see the user input variable values.
    To be in detail: The moment i execute the report in web, user gives the initial variable values as selections and run a report. The data will be displayes as per the user selections. Then the user clicks on export to excel (designed as per SAP how to), now the excel data shows the body of the results but the initial input variable values are missing.
    It would be really good if we also export variable values along with the report output.
    If any of you solved this requirement, could you please help me in solving this.
    Thanks in advance
    Regards
    Varada

    Hi,
    Here is a solution to make visible the Values of variables you selected in the Excel File.....
    1.Create a Web Template with an Analysis Item and Info Field Item
    2.Assign the Data Provider which contains varaibles to the Analysis Item
    3.Assign the same Data Provider to an Info Field Item
    4.In the Properties of Info Field Item,
    Set the Visibility as "Visible"
    Data Binding as "Variable Value" and mention the varaible
    Save the Web template->Execute and Export to Excel
    Now you will get it in Excel file
    For more info....
    Re: Display values of variables in exported excel file
    Rgds,
    Murali

  • How to access a variable from one program to another (independent)

    Hi,
    My requirement is to use a variable(value) from one program(prog1) to another (prog2). how is it possible.
    Regards
    Arani Bhaskar

    Go for memory id .
    passing on values from one program to another program
    Program1
    EXPORT (variable) TO MEMORY ID 'LOC'.
    Program2
    IMPORT (variable) FROM MEMORY ID 'LOC'.
    LOC is the address , for more press f1 on export in abap editor.

  • Unable to use variables of a function module in am enhancement spot

    Hi All,
    I have created an implicit code enhancement spot at the end of a function module. In this enhancement I am unable to access the local variables and the import/export variables of the function module. Is this the expected behavior or I am doing something wrong.
    Thansk & Regards,
    Saurabh

    Hi Saurabh,
    Can you explain your scenario in detail with tcode and function module and all.
    Regards,
    kamalapriya

Maybe you are looking for

  • Firefox says there was an error and it has to close

    My computer worked fine yesterday, this morning I kept getting a pop up box that said error Firefox needs to shut down, and on the left hand side of the box is a debug button. I tried pressing that once, but nothing seemed to happen. This has been ha

  • Select Expert or SQL Expression Fields help

    I am trying to do something I would consider very simple but can figure it out. I have two tables.  FDC_Trips & Facility.  On the report I can get the FDC_Trips.DivertedbyFacility field to populate a number value because that field is an integer.  Bu

  • Create contact on technical object??

    Hi Experts, We are implementing SAP CRM 7.0 for a utilities company. Our client has the following requirement: They want to log contacts on technical objects, especially on an installation. This contact should not be linked to a business partner. A c

  • EDI scenario

    hi friends, how to create PROCESS CODE and FUNCTION MODULE for creating a IDOC. can anyone send me a Real Time scenario based on this. My email id : [email protected] Thanks in advance, Ganesh Message was edited by:         ganesh ram

  • Scanner Question

    Hey folks, I'm new to programming, and new to this forum. I'm working on a project for school, and I'm stuck. I'm trying to read from a txt file line by line with the Scanner class, I want the scanner to ignore any blank lines in the file. The lines