Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1aa36d96
Commit
1aa36d96
authored
Jan 11, 2021
by
Stephen Leake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/notes/elpa: Update to match recent Gnu ELPA changes
parent
00908e05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
9 deletions
+23
-9
admin/notes/elpa
admin/notes/elpa
+23
-9
No files found.
admin/notes/elpa
View file @
1aa36d96
...
...
@@ -5,17 +5,31 @@ repository named "elpa", hosted on Savannah. To check it out:
git
clone
git
://
git
.
sv
.
gnu
.
org
/
emacs
/
elpa
cd
elpa
git
remote
set
-
url
--
push
origin
git
+
ssh
://
git
.
sv
.
gnu
.
org
/
srv
/
git
/
emacs
/
elpa
[
create
task
branch
for
edits
,
etc
.]
make
setup
Changes
to
this
branch
propagate
to
elpa
.
gnu
.
org
via
a
"deployment"
script
run
daily
.
This
script
(
which
is
kept
in
elpa
/
admin
/
update
-
archive
.
sh
)
generates
the
content
visible
at
https
://
elpa
.
gnu
.
org
/
packages
.
That
leaves
the
elpa
/
packages
directory
empty
;
you
must
check
out
the
ones
you
want
.
A
new
package
is
released
as
soon
as
the
"version number"
of
that
package
is
changed
.
So
you
can
use
'elpa'
to
work
on
a
package
without
fear
of
releasing
those
changes
prematurely
.
And
once
the
code
is
ready
,
just
bump
the
version
number
to
make
a
new
release
of
the
package
.
If
you
wish
to
check
out
all
the
packages
into
the
packages
directory
,
you
can
run
the
command
:
make
worktrees
You
can
check
out
a
specific
package
<
pkgname
>
into
the
packages
directory
with
:
make
packages
/<
pkgname
>
Changes
to
this
repository
propagate
to
elpa
.
gnu
.
org
via
a
"deployment"
script
run
daily
.
This
script
generates
the
content
visible
at
https
://
elpa
.
gnu
.
org
/
packages
.
A
new
package
is
released
as
soon
as
the
"version number"
of
that
package
is
changed
.
So
you
can
use
'elpa'
to
work
on
a
package
without
fear
of
releasing
those
changes
prematurely
.
And
once
the
code
is
ready
,
just
bump
the
version
number
to
make
a
new
release
of
the
package
.
It
is
easy
to
use
the
elpa
branch
to
deploy
a
"local"
copy
of
the
package
archive
.
For
details
,
see
the
README
file
in
the
elpa
branch
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment