From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 0/3] rename packages/ to recipes/ per earlier agreement
Date: Wed, 18 Mar 2009 22:01:25 -0400 [thread overview]
Message-ID: <20090319020125.GA27595@denix.org> (raw)
In-Reply-To: <f46da1cf0903181725y177da239y9970995168a677b7@mail.gmail.com>
On Wed, Mar 18, 2009 at 05:25:11PM -0700, Theodore A. Roth wrote:
> On Tue, Mar 17, 2009 at 12:26 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > On Mon, Mar 16, 2009 at 07:56:37PM -0500, Mike (mwester) wrote:
> >>
> >> Denys Dmytriyenko wrote:
> >> > Renaming packages/ directory to recipes/, as one of the several structural
> >> > changes, was proposed by Koen[1] and agreed/approved by many. Since Koen
> >> > currently doesn't have time/ability to do the change, and some people are
> >> > too eager to wait any longer, he asked me to do it. Please ack/nack.
> >>
> >> Ack. But can you please tag the revision immediately preceeding the
> >> commit of this change so we have some easy-to-reference point[*] in the
> >> history?
> >
> > Done. mv-packages-to-recipes-pre and mv-packages-to-recipes-post are the tags
> > applied right before and right after the change.
> >
>
> Is the packages directory supposed to be empty now? There are still a
> few subdirs left:
>
>
> roth@dorkboy:~/dev/OE/openembedded/packages$ ls -1
> automake/
> blueprobe/
> busybox/
> coreutils/
> gnome/
> gpe-gallery/
> pkgconfig/
> pyneo/
> qt4/
> udev/
Those are empty directories (unless you have uncommited changes in them).
That is because git only keeps track of files, not directories. A simple
rename of a single directory resulted in thousands of renames of individual
files. When you did "git pull" all the files were moved, leaving the old
hierarchy empty. It should be safe to remove by "rm -r packages" - if there
are still files there, rm will fail. And if you do a fresh "git clone", there
will be no packages/ directory there.
> I will generate a patch to the usermanual to note the new recipes
> directory.
Thanks for taking care of the documentation.
> I am curious is the old packages will still be kept around
> or if it will be completely removed. If kept, how would it be
> described versus the recipes dir?
Now recipes/ directory name represents its contents. Packages are normally
generated by running/processing recipes. But they are placed inside DEPLOY_DIR
and I'm not sure there is any need in packages/ directory in the repository.
--
Denys
next prev parent reply other threads:[~2009-03-19 2:02 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-16 23:32 [PATCH 0/3] rename packages/ to recipes/ per earlier agreement Denys Dmytriyenko
2009-03-16 23:32 ` [PATCH 1/3] " Denys Dmytriyenko
2009-03-16 23:32 ` [PATCH 2/3] recipes: fix hardcoded instances of packages/ Denys Dmytriyenko
2009-03-17 2:45 ` Khem Raj
2009-03-16 23:32 ` [PATCH 3/3] base.bbclass: fix base_get_scmbasepath() to look for recipes/ and fall back to packages/ while parsing BBFILES Denys Dmytriyenko
2009-03-23 8:57 ` Otavio Salvador
2009-03-23 16:21 ` Denys Dmytriyenko
2009-03-23 18:04 ` Otavio Salvador
2009-03-23 18:12 ` Philip Balister
2009-03-16 23:32 ` Denys Dmytriyenko
2009-03-17 0:56 ` [PATCH 0/3] rename packages/ to recipes/ per earlier agreement Mike (mwester)
2009-03-17 1:25 ` Philip Balister
2009-03-17 19:26 ` Denys Dmytriyenko
2009-03-19 0:25 ` Theodore A. Roth
2009-03-19 2:01 ` Denys Dmytriyenko [this message]
2009-03-19 3:13 ` Denys Dmytriyenko
2009-03-19 7:22 ` Frans Meulenbroeks
2009-03-19 17:05 ` Theodore A. Roth
2009-03-19 20:33 ` Frans Meulenbroeks
2009-03-17 13:09 ` Marcin Juszkiewicz
2009-03-17 14:42 ` Koen Kooi
2009-03-17 17:19 ` Frans Meulenbroeks
2009-03-17 19:54 ` Otavio Salvador
2009-03-17 19:59 ` Denys Dmytriyenko
2009-03-17 19:29 ` Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090319020125.GA27595@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.