Developer Opening: Package Maintainer

Hey guys.
It's time to get a couple more maintainers on the dev team.  Eric Johnson (farphel) is leaving, so we'll need some people to pick up his packages.  There are also quite a few orphan packages that need some love.
http://www.archlinux.org/jobs/maintainer.html
If you're interested and you've got the goods, lemme know.  Preference will be given to long-standing community members and people that have proven they can get things done.
Thanks!

If "package maintainer" wouldn't imply "Arch dev" but simply what it says then the problem is sort of gone. Assuming that packages follow Arch guidelines and don't have a big influence like e.g. the rc scripts and init. But enough about this.
Voting for quality of packages is good, but it won't really help a lot because it isn't organized. The exact purpose of the current vote system is already vague, let alone the confusion of the new one. It also doesn't help to verify that the binary package is alright (build with the given pkgbuild), nor does it help getting an AUR repo with safe packages. But if done right it could work I suppose, though the chance that AUR is polluted with comments about the security aspect of a package instead of about the package itself is high. I expect communication between the auditors more suited for a dedicated mailinglist.
We'll always need different repo's, as one repo can't fulfil all functionality. More or less what there's now and could be:
1) official repo's: can be trusted and expected high quality.
2) TUR/community: same as official, but made by other people.
3) AUR: high chance of being safe, but no quality guarantees other than that it builds and installs.
4) bare binaries from the AUR site: use at your own risk.
EDIT:
I fixed the url in your post Dusty, if you don't mind. Also, this voting system is good to have independend of the active auditing thing, and should go both ways: you should be able to vote that a package is alright, but one vote that it isn't should invalidate the whole package, so to speak, until the matter is resolved. Now only what's missing is that all packages with a certain goodness score are automatically build and added to an AUR repo which people can use (say 5 positive votes and none negative). Also if a new version is uploaded then the whole process needs to start again; perhaps if only the versions changed it could be automated so that it isn't needed. In most other cases it should.

Similar Messages

  • Creation of developement class,package and access key

    COULD ANYBODY EXPLAIN about
    creation of developement class,package and access key
    and who will create them?

    Working With Development Objects
    Any component of an application program that is stored as a separate unit in the R/3 Repository is called a development object or a Repository Object. In the SAP System, all development objects that logically belong together are assigned to the same development class.
    Object Lists
    In the Object Navigator, development objects are displayed in object lists, which contain all of the elements in a development class, a program, global class, or function group.
    Object lists show not only a hierarchical overview of the development objects in a category, but also tell you how the objects are related to each other. The Object Navigator displays object lists as a tree.
    The topmost node of an object list is the development class. From here, you can navigate right down to the lowest hierarchical level of objects. If you select an object from the tree structure that itself describes an object list, the system displays just the new object list.
    For example:
    Selecting an Object List in the Object Navigator
    To select development objects, you use a selection list in the Object Navigator. This contains the following categories:
    Category
    Meaning
    Application hierarchy
    A list of all of the development classes in the SAP System. This list is arranged hierarchically by application components, component codes, and the development classes belonging to them
    Development class
    A list of all of the objects in the development class
    Program
    A list of all of the components in an ABAP program
    Function group
    A list of all of the function modules and their components that are defined within a function group
    Class
    A list of all of the components of a global class. It also lists the superclasses of the class, and all of the inherited and redefined methods of the current class.
    Internet service
    A list of all of the componentse of an Internet service:
    Service description, themes, language resources, HTML templates and MIME objects.
    When you choose an Internet service from the tree display, the Web Application Builder is started.
    See also Integrating Internet Services.
    Local objects
    A list of all of the local private objects of a user.
    Objects in this list belong to development class $TMP and are not transported. You can display both your own local private objects and those of other users. Local objects are used mostly for testing. If you want to transport a local object, you must assign it to another development class. For further information, refer to Changing Development Classes
    http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm
    Creating the Main Package
    Use
    The main package is primarily a container for development objects that belong together, in that they share the same system, transport layer, and customer delivery status. However, you must store development objects in sub-packages, not in the main package itself.
    Several main packages can be grouped together to form a structure package.
    Prerequisites
    You have the authorization for the activity L0 (All Functions) using the S_DEVELOP authorization object.
    Procedure
    You create each normal package in a similar procedure to the one described below. It can then be included as a sub-package in a main package.
    To create a main package:
    1.       Open the Package Builder initial screen (SE21 or SPACKAGE).
    2.       In the Package field, enter a name for the package that complies with the tool’s Naming Conventions
    Within SAP itself, the name must begin with a letter from A to S, or from U to X.
    3.       Choose Create.
    The system displays the Create Package dialog box.
    4.       Enter the following package attributes:
    Short Text
    Application Component
    From the component hierarchy of the SAP system, choose the abbreviation for the application component to which you want to assign the new package.
    Software component
    Select an entry. The software component describes a set of development objects that can only be delivered in a single unit. You should assign all the sub-packages of the main package to this software component.
    Exception: Sub-packages that will not be delivered to customers must be assigned to the HOMEsoftware component.
    Main Package
    This checkbox appears only if you have the appropriate authorization (see Prerequisites).
    To indicate that the package is a main package, check this box.
    5.       Choose  Save.
    6.       In the dialog box that appears, assign a transport request.
    Result
    The Change package screen displays the attributes of the new package. To display the object list for the package in the Object Navigator as well, choose  from the button bar.
    You have created your main package and can now define a structure within it. Generally, you will continue by adding sub-packages to the main package. They themselves will contain the package elements you have assigned.
    See also
    Adding Sub-Packages to the Main Package
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d8cf01011d3964000a0c94260a5/content.htm
    access key used for change standard program.
    www.sap.service.com

  • "Failed to open package file ..." when modifying job step on remote server

    I have SSIS package setup on a remote SQL Server to run on schedule via SQL Server Agent. It was setup initially by remote desktop-ing to the server and connecting to it via SSMS running on the same machine where SQL Server is running. Package source is
    "File System" and absolute path is specified (D:\Folder1\Package1.dtsx). There is just one step in the job - to run SSIS package. Everything works as it should.
    Now I want to modify this job - change number of retry on failure attempts. I can successfully connect to this SQL Server instance via SSMS from my developer workstation. I can then go to "Advanced Settings" for this job step and change "Retry attempts"
    to some other number. However, when I press "OK" I get this error message:
    TITLE: SSIS Execution Properties
    Failed to open package file "D:\Folder1\Package1.dtsx" due to error 0x80070003 "The system cannot find the path specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can
    be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
     ({105912C7-6345-42B4-99B4-58566291867B})
    ADDITIONAL INFORMATION:
    Failed to open package file "D:\Folder1\Package1.dtsx" due to error 0x80070003 "The system cannot find the path specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can
    be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
     ({105912C7-6345-42B4-99B4-58566291867B})
    Interestingly enough, in spite of this error message the number of retries is successfully changed.
    I understand it happens because SSMS tries to locate package on my local hard drive and the same folder doesn't exist on my development PC. It still doesn't make sense to me. Does SSMS not know I am accessing remote server? How come I don't get any errors
    when I just execute this job via SSMS when SSMS runs on my development PC?

    Hi, Am facing same issue, but I am trying run SSIS package via C# code, I have given full access to all the folder in which the package is available.
    In the below line am getting error,
    using Microsoft.SqlServer.DTS.Runtime;
    Application app=new Application();
    Package package=null;
    package=app.LoadPackage("PackageFullPath",null) --error line
    Failed to open package file "C:\SSIS\Package.dtsx" due to error 0x800C0006 "The system
    cannot locate the object specified.".  This occurs when loading a
    package and the file cannot be opened or loaded correctly into the XML document
    full access to which account? also trying to run from where? In the same machine where package resides?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • [SOLVED] pacman error: cannot open package file

    Hi
    I didn't use my Arch box for a while and today launched it.
    I had to install the "p7zip" package, but I'm a "build everything from sources" guy and I tried to install it from source as always. Unsuccessfully: it required nasm.
    Decided to install it using pacman, to get it done quickly.
    So, I've got the nasm package and uploaded it to my Arch machine (it has no inernet connection, I use NFS to share files).
    Executed
    pacman -U ./nasm-2.09.10-1-i686.pkg.tar.xz
    and for my surprise I've got:
    loading package data...
    error: './nasm-2.09.10-1-i686.pkg.tar.xz': cannot open package file
    Then I tried to run  pacman -U for one of "core" packages from the original media (2010.05) and the same result. Some time ago it was working fine.
    It gets this error for every file.
    The tar.gz file is not broken, I can browse it within Midnigh Commander and get any file .
    What could be wrong? Any ideas?
    Last edited by art84 (2011-09-16 17:37:33)

    @Techman084:
    Of course I  have ran it in the directory where the package is located. And yes, I also tried to use it with an absolute path like.
    @karol
    # pacman -V
    .--. Pacman v3.3.3 - libalpm v4.0.3
    / _.-' .-. .-. .-. Copyright (C) 2006-2009 Pacman Development Team
    \ '-. '-' '-' '-' Copyright (C) 2002-2006 Judd Vinet
    This program may be freely redistributed under
    the terms of the GNU General Public License.
    @the sad clown
    1. /var/log/pacman.log
    [2010-12-12 13:46] installed kernel26-headers (2.6.33.4-1)
    [2010-12-12 14:07] installed r8168 (8.020.00-1)
    [2010-12-20 19:33] installed iperf (2.0.5-1)
    [2010-12-26 14:46] installed slang (2.2.3-1)
    [2010-12-26 15:45] installed mc (4.7.4-1)
    2. Why to synchronize? And how?   pacman -Syu   ?
      I have the original 2010.05 distro installed without any updates. Only console. A few packages installed: ethtool, mc, slang, etc. So, I don't need to have it synchronized to the last versions of everythig (if I correctly understood the goal of the sync)
    3. I have already that p7zip package on my PC   I had to do it manually  ... but to be clear, it doesn't work with any package, not only with "p7zip" or "nasm"

  • Failed to open package file due to error 0x800C0006 "The system cannot locate the file in C# code.

    Hi, Am facing issue when I try to run SSIS package via C# code, I have given full access to all the folder in which the package is available.
    In the below line am getting error,
    using Microsoft.SqlServer.DTS.Runtime;
    Application app=new Application();
    Package package=null;
    package=app.LoadPackage("PackageFullPath",null) --error line
    Failed to open package file "C:\SSIS\Package.dtsx" due to error 0x800C0006 "The system
    cannot locate the object specified.".  This occurs when loading a
    package and the file cannot be opened or loaded correctly into the XML document

    Are you trying to run this code from job or something? Check if account executing the package has access to the path. Also check if path value passed is correct. If its a remote system path pass it in UNC format (ie //machine/...)
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Need FM/Class for Direct deletion of Development Class/Package in ABAP

    Hi experts,
    I had stored all the unwanted objects in a development class/ package which I intended to delete later. I want this deletion to be done automatically. Is there a function module or class that can help me do this?
    Thanks in advance,
    Adithya
    Edited by: Adithya K Ramesh on Jul 18, 2011 3:56 PM

    I was hoping a separate server-side process wouldn't be needed -- if you're thinking of something like RMI, that's also a bit heavyweight for my needs. I know I can talk to the remote server on telnet port 23, though.
    Further experimentation today with the Jakarta net library has generated something that works using their telnet classes. (After I asked for help here, of course. The same thing happens when I shop for groceries....) But using this leaves me referencing an external library that:
    1. has functionality I don't need that complicates the code, and
    2. forces me to address licensing requirements.
    So I'd still love to see an example of a telnet-like Java class that strips away all the non-essentials in the Jakarta telnet library code, leaving behind a simple public domain class that can be used to connect to a remote host and transfer characters over that connection.
    I appreciate that this may be asking for a lot, but as they say, if you don't ask, you don't get. ;-)
    Thanks!

  • How to edit the browser list which shows up in Develop Open Page With

    I am seeing a few missing browsers still listed in the "Develop>Open Page With" menu and was wondering if there is a way to remove those entries from that list. Thanks!

    Caps,
    Here are a few options to consider. Duplicate or missing applications in 'Open With' contextual menu | MacFixIt - CNET Reviews.
    OnyX is a great tool if you are Terminally Challenged.
    ;~)

  • How to create development class (package)

    Hi
    Can anybody help me out in creating development class (package) to store ABAP programs.
    Thanks in advance
    Raghav

    Hi
    go with abap dictionary->select database table->provide the table for dev classs eg. V_TDEVC-> go for display option-> select utilities->select contents option-> select create dev class,
    provide the name and short text,software component->create req.no.
    with this dev class will be created
    or
    Use the transaction SE80.
    1. Select "Package" from the list box.
    2. Enter "ZEST" in the below text box
    3. Press "Enter".
    4. It will ask you whether to create.
    5. Sy "Yes".
    6. Give Short Description
    7. Click Save button.
    check this
    How to create development class
    If u find it useful plz reward the points
    charitha
    Message was edited by:
            charitha kolla

  • [Solved] cannot open package file

    Hi All,
    I tried to install deluge with yaourt but I got this message "cannot open package file". I then built it from AUR and got this:
    [root@cwa a]# pacman -U deluge-svn-5088-1-x86_64.pkg.tar.gz
    loading package data...
    error: 'deluge-svn-5088-1-x86_64.pkg.tar.gz': cannot open package file
    Does anyone have a clue for me. I have built other programs with no problem using yaourt.
    Thanks,
    Arthur
    Last edited by Frabato (2009-04-19 23:49:37)

    What is the version number in AUR? I guess yaourt is not capable for svn-versions and makepkg's "automagically change version numbers of svn-packages"-feature. It tries to open another file. Please try to build without using yaourt.
    Last edited by Stefan Husmann (2009-04-19 18:55:03)

  • Download entire Development Class/Package

    Hi Guys !
    Is there a way (program, external tool, etc) to export/download ENTIRE development class to a file which can be browsed on every computer - without connection to SAP at all.
    What I am looking for - is some kind of a tool which as input - takes name of Development class (Package) and produces TXT, HTML or any other file format, containing ALL Dictionary objects, all programs, includes, transactions, all function groups with function modules and even screens  - GENERALLY - everything you see under Package - in SE80.
    I found may programs to "dump" Programs, but I need more than programs.
    Thanks in advance.

    Hi
    Check this link
    [http://www.dalestech.com/products/massdownload.htm]
    "This program is capable of downloading customer code at the push of a button. Mass Download was designed around a super fast source code scanner capable of finding as many items of code, text and documentation needed to successfully download pieces of work for off-line viewing. And if that wasn't enough we give you the option of downloading in plain ASCII text or in hyperlinked HTML format."

  • Will Photoshop Elements 12 work with Mac OS X v10.9.4? Need to make sure before opening package... Thanks!

    Will Photoshop Elements 12 work with Mac OS X v10.9.4? I need to make sure before opening package... Thanks in advance!

    Yes, PSE versions 6 through 12 work in 10.9, although PSE 11 is a bit buggy. All other versions are fine, including PSE 12.

  • Error in opening Package

    Hi Gurus,
    When I try to open Package in Designer, I get the following error:
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    If I exit and open designer again the package opens successfully, can you please let me know as to what may be the reason behind this error?
    Thanks,
    Ritika

    Hi Ritika,
    Have a look may be this will solve ur problem,
    Re: Stackoverflow error when creating a new project
    Thanks,
    Guru

  • AUR Package Maintainer

    Hi Everyone!
    I got into Arch recently just after Ubuntu 9.10 was released and I'm lovin it! I want to give back to the community, but not being a programmer, my options are kinda limited... So i figure that maybe I can become a package maintainer in the AUR? But I don't know what I am supposed to do, so I'm kinda wary as I dont want to end up doing anything stupid >.>
    So what exactly is required of a package maintainer? What will I have to do? I couldn't really find anything from google and the article in the wiki is... well... pointless
    I'm enlisting in the USAF next year so I dont know how long i'll be able to do it for but I'm gonna try and give what I can while I can!
    Thanks!

    The maintainer keeps the package up-to-date and provides support for people who can't build the package for whatever reason. So basically, if I whine to you that your stuff doesn't work on my computer, you'll have to do what it takes to make it run. That's rarely a problem, though, because people give helpful comments and sometimes provide updated PKGBUILDS by themselves.
    Also, when you don't have time for a package anymore, you can always orphan it (so it is without a maintainer again). It's not too much work if you have just one to maintain, so just go ahead.
    Edit: Hm... After a rant like that, I should probably adopt a package as well...
    Last edited by Runiq (2009-11-27 15:20:36)

  • ITunes Producer - Unable to Open Package

    Good afternoon,
    I'm trying to put my book in the apple store, but when I open my iTunes Producer, comes the message.
    Unable to Open Package
    There was a problem opening the package / Users / ... / Desktop / file.itmsp:
    Your Apple ID, "my email" is not authorized to use this feature for the publication package.
    If you have an Apple ID that supports this feature for the publication package, try again using That account.
    Anyone know how to solve this problem?
    Thank you.

    I guess Apple decided to hiccup and I was able to log in.  This was not the first time I tried this procedure, but this is how it happened.  I was not able to log in after the export from iBooks Author.  I closed iTunes Producer and then opened it through Launchpad.  I logged in with the account that is set up for the book, selected open package, and, I'll be danged if it didn't open this time.  Unbelievable...  I don't think it is what I did.  I think Apple hiccuped or cleared her throat. 

  • How to develop plSQL Packages using jDeveloper

    Working in one schema with multiple packages and having multiple programmers all working at the same time with in the schema and packages. How do you all work on maybe the same package at the same time and not walk on each other(save code over each other and lose updates)? In other words programmer A opens A_WEBFORMS.WF_HR.SICKVACREQ; then programmer B also opens A_WEBFORMS.WF_HR.NOTARY. Both are in same schema, same package, but different procedures with in package. Both update the package by using ctrl-s. This causes them both to lose code or just get mixed up when programmer A saves and the part that programmer B is working on changes.
    Help? Is it the way you setup the Oracle DB?, or is it the total environment?, or is it the way you use Jdeveloper????

    If you develop directly against the database into the same schema, you have the risk off bumping into somebody else. The more developers work on the same project the more the need to work with an external tool to develop your code (and tables, views, etc). In the past it would be Oracle Designer, recently JDeveloper is getting more and more suitable for the job.
    If you are using JDeveloper you should use offline database objects and put them under version control. During the development process, version control will offer the abillity to merge different versions of a single object the programmers are working on. When generating to the database you synchronize the database with your code in jdeveloper, when an other user generates his version over yours, at least you will not lose your version of the object, since you still have it as an offline database object. Anyway, let users generate to their own database schema, so they will not influence other users code. Certain revisions can then be generated from time to time to the actual database schema from the version controlled offline database objects.
    Just my two cents ...

Maybe you are looking for

  • Alternate greeting is not working

                       Alternate greeting is not working on Unity connection 8.X. Only standard greeting is played even after activating alternate one. All users are affected. Please advise.

  • Keyboard shortcut for context menu

    Hello all. I recently got a MacBook and it's the first Mac I've ever had. I'm a keyboard shortcut guy when I can be and one thing that's stumped me is using the keyboard to open up the context menu. Does anybody know a keyboard shortcut for opening t

  • SOA Email notifications

    Hi, I'm trying to send e-mail notifications using SOA, and so far have been able to successfully send them. However, i'm observing a very strange behaviour. For sending the notifications, I'm editing the content (body) of the notification to be sent

  • The last update 15.01 did not remove 15.0 is it safe to remove 15.0?

    After doing the the last update 15.01 a few days later as part of my regular maintenance I go to remove programs to check for anomalous or invasive programs. I noticed Firefox 15.0 is still there. Normally the program replaces itself and or removes o

  • Is there a way of generating Indesign new QR code with Data merge?

    The QR Code Content area will not accept a data merge field. Is there any way of using these for generating variable data QR code?