Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-historical-archive
Commits
dcb48070
Commit
dcb48070
authored
Mar 30, 2019
by
Florian Pritz
Browse files
README: Remove mention of "years" since we removed that feature
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
fbe73ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dcb48070
...
...
@@ -11,8 +11,6 @@ The script uploads all files for a given package name to archive.org:
./upload_pkg_internetarchive.py /srv/archive/packages/l/lucene++
It possible to restrict the upload to a list of years (see end of script).
To upload
*all*
packages or at least a large subset, combine
`find`
and
`parallel`
:
find /srv/archive/packages -mindepth 2 -maxdepth 2 -type d | parallel --bar -j16 ~/upload_pkg_internetarchive.py > result.txt
...
...
@@ -23,7 +21,7 @@ This may be due to archive.org load issues or rate limiting.
## How it works
-
for the given package name, walk the filesystem on
`orion`
to find all files
for the given years
(both
`*.pkg.tar.xz`
and
`*.sig`
)
(both
`*.pkg.tar.xz`
and
`*.sig`
)
-
parse .PKGINFO from the most recent package in this list to extract the pkgdesc,
license, and upstream url
...
...
Write
Preview
Supports
Markdown
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